From: karipid AT mae DOT cornell DOT edu (Daniel Karipides) Subject: bash and ~ 24 Feb 1998 02:43:13 -0800 Message-ID: <199802231546.KAA20557.cygnus.gnu-win32@scotch.mae.cornell.edu> To: gnu-win32 AT cygnus DOT com I tried to check the archives for this, but couldn't find any mention of the following problem. I have defined the enivornment variable $HOME to: D:\Users\smith I need it defined this way so that emacs (among other programs) works correctly when not started from bash. However, in bash I noticed the following: bash$ echo $HOME D:\Users\smith <--seems to work bash$ cd ~ bash.exe: D:Userssmith: No such file or directory It seems that the \'s have been removed, which I guess makes sense under bash. Changing HOME to D:\\Users\\smith works for ~, but unfortunately doesn't work for emacs outside of bash, etc... I apologize if this is a problem with a well known solution, but I couldn't find it mentioned on any of bash/cygwin set up web pages. Thanks in advance, -Dan Karipides ----- karipid AT mae DOT cornell DOT edu - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".