X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-workers-bounces using -f From: sandmann AT clio DOT rice DOT edu (Charles Sandmann) Message-Id: <10112161551.AA26332@clio.rice.edu> Subject: Re: The Bash 2.05 fixinc.sh bug To: eliz AT is DOT elta DOT co DOT il (Eli Zaretskii) Date: Sun, 16 Dec 2001 09:51:23 -0600 (CST) Cc: snowball3 AT bigfoot DOT com (Mark E.), djgpp-workers AT delorie DOT com (DJGPP developers), acottrel AT ihug DOT com DOT au In-Reply-To: from "Eli Zaretskii" at Dec 16, 2001 10:57:53 AM X-Mailer: ELM [version 2.5 PL2] Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit 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? This should just be a symbol substitution, ie make=make. I don't have access to the computer which shows the error now, but the error message is in both my original posting and Andrew's which I referenced. The original line added "; export MAKE" but that was not needed to reproduce the problem.