X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Sun, 06 Jan 2002 19:09:20 +0200 From: "Eli Zaretskii" Sender: halo1 AT zahav DOT net DOT il To: tim DOT van DOT holder AT pandora DOT be Message-Id: <2593-Sun06Jan2002190920+0200-eliz@is.elta.co.il> X-Mailer: emacs 21.1.50 (via feedmail 8 I) and Blat ver 1.8.9 CC: djgpp-workers AT delorie DOT com In-reply-to: <000301c196d1$21f83350$d07c76d5@zastaixp> (tim DOT van DOT holder AT pandora DOT be) Subject: Re: bash's 'test' is inconsistent on XP (causing autoconf testsuite failures) References: <000301c196d1$21f83350$d07c76d5 AT zastaixp> 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: "Tim Van Holder" > Date: Sun, 6 Jan 2002 17:42:30 +0100 > > $ . /dev/null > bash.exe: .: /dev/null: not a regular file > > Normally, this is fine, because configure first uses 'test -f' to > ensure it IS a regular file. Unfortunately, our bash's 'test -f' > thinks it IS a regular file, while its '.' doesn't. So it sounds like looking at the code in Bash which complains about /dev/null not being a regular file we could find a way to fix lstat.