summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
authorAlexandre Duret-Lutz <adl@gnu.org>2003-05-06 22:36:54 +0000
committerAlexandre Duret-Lutz <adl@gnu.org>2003-05-06 22:36:54 +0000
commitbb1e661b4b5b3d77b4b790f77cf855570e33e8d7 (patch)
treed56cb2fd6a3c9336d46bb8e3a906dd01c6d6af2f /bootstrap
parent7a857e24fd531ddabe26a7c9f08eb612b872b5e3 (diff)
downloadautomake-bb1e661b4b5b3d77b4b790f77cf855570e33e8d7.tar.gz
quote DJGPP; from Simon Richter
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
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