-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Eric Blake wrote: > + bash now recognizes c:\ as an absolute, not relative path, for the cd > builtin and for command execution
BTW: I just wanted to mention that Mozilla configure still fails, the strange thing AFAIK here is that a test from command line (cygwin here, but same results with Windows command line) converts the path correctly (also with the "old" bash) but from the configure script it fails. See this test with a script: $ env [...] MOZ_TOOLS=H:\moztools $ tail test-script MOZ_TOOLS_DIR=`cd "$MOZ_TOOLS" && pwd` echo $? $MOZ_TOOLS_DIR $ sh test-script test-script: line 1: cd: H:\moztools: No such file or directory 1 And now directly on command line: $ MOZ_TOOLS_DIR=`cd "$MOZ_TOOLS" && pwd` \ > echo $? $MOZ_TOOLS_DIR 0 /cygdrive/h/moztools Frank -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (MingW32) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFC6kTBaT2V74kAr9URAj9IAJ94yTOt9tS1mIoaRtWTBdXhQS7bhQCggy/z J6nAFBUdxzX0Lu/DdHzbXvg= =+Krf -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/