From: Alexandre Duret-Lutz Date: Tue, 6 May 2003 22:36:54 +0000 (+0000) Subject: quote DJGPP; from Simon Richter X-Git-Tag: Release-1-7b~187 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bb1e661b4b5b3d77b4b790f77cf855570e33e8d7;p=thirdparty%2Fautomake.git quote DJGPP; from Simon Richter --- diff --git a/bootstrap b/bootstrap index ac1cfb35d..1765d3b51 100755 --- a/bootstrap +++ b/bootstrap @@ -60,7 +60,7 @@ datadir=. # Override SHELL. This is required on DJGPP so that Perl's system() # uses bash, not COMMAND.COM which doesn't quote arguments properly. # It's not used otherwise. -if test -n $DJGPP; then +if test -n "$DJGPP"; then BOOTSTRAP_SHELL=/dev/env/DJDIR/bin/bash.exe else BOOTSTRAP_SHELL=/bin/sh