Quote:
Originally Posted by estergon
Oh that's it  It worked! Thanks a lot. So the key was to use double quotes while calling the variable as well as while defining the variable, eh?! 
|
The reason the quotes worked is like this: without the quotes your like
would evaluate to
cd /mnt/hda1/Documents and Settings
See the problem? The quotes don't follow through the evaluation so the space breaks your path.