X-Spam-Check-By: sourceware.org From: ericblake AT comcast DOT net (Eric Blake) To: Scott Perlman , cygwin AT cygwin DOT com Subject: Re: Unable to access forced mounts from /bin/sh Date: Mon, 26 Dec 2005 02:24:47 +0000 Message-Id: <122620050224.27385.43AF546F000AF82E00006AF922007374780A050E040D0C079D0A@comcast.net> 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 > > I've uploaded a test version of bash, 3.0-12, that changes the behavior of > > cd to use realpath() for -P, and to only check existance of the entire > > path (rather than all intermediates) for -L, so that you should be able to > > cd /a/b even in POSIX mode when /a doesn't exist but /a/b is a drive > > mount. > > > > Because realpath() is buggy until 20050826 snapshot or later, and because > > the postinstall script changed (and 01bash.bat is the first .bat in > > /etc/postinstall), I marked 3.0-12 as test, and am not sending a release > > announcement until cygwin 1.5.19 is finalized. > > I'm not sure what happened, but I installed from mirrors yesterday and today, > and received 1.5.18, and 3.0-13. I posted to the list seperately about that > problem. However this does not appear to be marked test at this point, as it is > the bash available on the mirrors I've checked. Oh well, I guess I forgot to revert the portion of 3.0-12 that used realpath when creating 3.0-13. If cygwin 1.5.19 doesn't come out soon, I'll have a bash-3.0-14 uploaded this week. Meanwhile, as a workaround, you could try using 'cd -L; PWD=/bin/pwd' instead of the broken 'cd -P'. -- Eric Blake volunteer cygwin bash maintainer -- 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/