Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com From: ericblake AT comcast DOT net (Eric Blake) To: Frank Wein , cygwin AT cygwin DOT com Subject: Re: Please test: bash-3.0-10 and readline-5.0-4 Date: Fri, 29 Jul 2005 15:57:49 +0000 Message-Id: <072920051557.1256.42EA51FD000B7AAD000004E822007456720A050E040D0C079D0A@comcast.net> X-Authenticated-Sender: ZXJpY2JsYWtlQGNvbWNhc3QubmV0 > 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: setup.exe has a limitation that it runs postinstall scripts with /bin/sh if it exists, and that there is currently no clean way to uninstall /bin/sh when upgrading bash. Therefore, I bet that the bash postinstall script that tried to upgrade /bin/sh failed, because running the script with /bin/sh cannot upgrade /bin/sh, so now your "bash --version" and "sh --version" report different values. The solution, then, is to "cp /bin/{bash,sh}", then try Mozilla again. -- Eric Blake -- 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/