X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f Date: Sun, 16 Dec 2001 10:57:53 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Charles Sandmann , "Mark E." cc: DJGPP developers , acottrel AT ihug DOT com DOT au Subject: Re: The Bash 2.05 fixinc.sh bug In-Reply-To: <10112160731.AA15388@clio.rice.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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 On Sun, 16 Dec 2001, Charles Sandmann wrote: > It can be reproduced in a nice 3 line makefile: > > SHELL = /bin/sh > all: > MAKE="$(MAKE)" This probably means that the file it compains about is the temporary file created in $TMPDIR, which is then submitted to Bash for execution. What is the exact error message printed when this Makefile is run? Mark, what does Bash do to find out whether a file is a binary one?