bash "cd" bug when pathname has 3+ periods
Daniel J. Barrett
barrett@cs.umass.edu
Wed Jul 9 15:47:00 GMT 1997
In Bash 1.14.7(2) under Windows 95, the Bash command "cd"
exhibits incorrect behavior. This bug does not occur in bash compiled
for UNIX.
Run "cd" with a pathname that does not exist, and whose last
component is 3 or more periods. Here are some examples:
cd ...
cd /....
cd /foo/bar/.....
Bash will "cd" into the nonexistent directory. For example:
$ pwd
/
$ cd ...
$ pwd
/...
I did not compile this bash -- I downloaded the binary from ftp.cygnus.com
today as part of USERTOOLS.EXE.
--
Dan Barrett
barrett@cs.umass.edu
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".
More information about the Cygwin
mailing list