]> git.ipfire.org Git - thirdparty/automake.git/commitdiff
quote DJGPP; from Simon Richter
authorAlexandre Duret-Lutz <adl@gnu.org>
Tue, 6 May 2003 22:36:54 +0000 (22:36 +0000)
committerAlexandre Duret-Lutz <adl@gnu.org>
Tue, 6 May 2003 22:36:54 +0000 (22:36 +0000)
bootstrap

index ac1cfb35db4ec45ccd4f2190a0586848fe7569d9..1765d3b512e2f2c2c2d40e16a027093d3f09f5e0 100755 (executable)
--- 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