Date: Sun, 19 Jan 2003 19:36:38 +0300 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: djgpp-workers AT delorie DOT com Message-Id: <2110-Sun19Jan2003193637+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.3.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: wojciech DOT galazka AT polkomtel DOT com DOT pl, rich AT phekda DOT freeserve DOT co DOT uk, snowball3 AT softhome DOT net In-reply-to: <006001c2bf9f$7e46a720$0100a8c0@acp42g> (acottrel@ihug.com.au) Subject: Re: GCC 3.2.1 build failure References: <250B3114DA16D511B82C00E0094005F809D31B49 AT MSGWAW11> <006001c2bf9f$7e46a720$0100a8c0 AT acp42g> Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > From: "Andrew Cottrell" > Date: Sun, 19 Jan 2003 20:44:28 +1100 > > This would imply that somewhere between 18-Oct-2002 and 3-Dec-2002 that :- > a) A change was made to the CVS code that affected the way bash worked or > or > b) I upgraded some package and it affected the way Bash works > or > c) Something else went wrong........ Any ideas on this one. > > If I run the following under Bash 2.05b just built using sources of > 14-Jan-2003 I get the error, but if I run it in a cmd.exe shell it works:- > find ./. -name '*.h' -type f -print > > Failure under Bash in the include directory:- > DJ204 D:\dj204\include>bash > bash-2.05b$ dirs > d:/dj204/include > bash-2.05b$ find ./. -name '*.h' -type f -print > d:/dj204/bin/find.exe: paths must precede expression Sounds like "./." fails `stat' (or `lstat') in that binary? Does e.g. the `test' builtin works with "./."?