Hi
I am reluctant to call it a bug, but I find it equally bugging me so thought I would report it in case its fixable.
I can easily reproduce it.
In terminal I define a variable, lets call it
SRC=cups-1.6.2
If I forget to define it, and its real pathway is /tmp/cups-1.6.2
and I am currently in /tmp
cd $SRC
kicks me back into either home folder for the user
eg for root
root@box:/tmp# pwd
/tmp
root@box:/tmp# cd $SRC
root@box:~# pwd
/root
for tc
tc@box:/tmp$ pwd
/tmp
tc@box:/tmp$ cd $SRC
tc@box:~$ pwd
/home/tc
I know the primary error is the idiot typing at the moment
###########
FEATURE request
###########
Any chance of some kind of feature request to stop the kick back into the relevant home folder?
thanks for reading