Re: [Fink-devel] zsh breaks configure scripts

2002-03-04 Thread Bart Schaefer
On Mar 4, 11:58pm, Peter O'Gorman wrote: } Subject: Re: [Fink-devel] zsh breaks configure scripts } } And why are you sending this here? Fink has no control over } which shell Apple decides to ship, although they will eventually } move to using bash as /bin/sh, probably not until 10.2 or

Re: [Fink-devel] zsh breaks configure scripts

2002-03-04 Thread Peter O'Gorman
And why are you sending this here? Fink has no control over which shell Apple decides to ship, although they will eventually move to using bash as /bin/sh, probably not until 10.2 or even later... Peter On Monday, March 4, 2002, at 11:51 PM, Eric Norum wrote: > Apple uses zsh as /bin/sh on

Re: [Fink-devel] zsh breaks configure scripts

2002-03-04 Thread Ben Hines
At 8:51 AM -0600 3/4/02, Eric Norum wrote: >Apple uses zsh as /bin/sh on Mac OS X. Unfortunately zsh has a `feature' that /bin/sh will be bash for Mac OSX 10.2. ("future release" aka Jaguar) (zsh list snipped, they don't want the bad news. :) -Ben -- http://homepage.mac.com/bhines/

[Fink-devel] zsh breaks configure scripts

2002-03-04 Thread Eric Norum
Apple uses zsh as /bin/sh on Mac OS X. Unfortunately zsh has a `feature' that breaks many autoconf configure scripts. The scripts contain lines like: if test "`CDPATH=:; cd $srcdir && pwd`" != "`pwd`" && ... The problem is that the zsh cd command insists on printing the directory! The of