diff options
author | Alexandre Duret-Lutz <adl@gnu.org> | 2003-05-06 22:36:54 +0000 |
---|---|---|
committer | Alexandre Duret-Lutz <adl@gnu.org> | 2003-05-06 22:36:54 +0000 |
commit | bb1e661b4b5b3d77b4b790f77cf855570e33e8d7 (patch) | |
tree | d56cb2fd6a3c9336d46bb8e3a906dd01c6d6af2f /bootstrap | |
parent | 7a857e24fd531ddabe26a7c9f08eb612b872b5e3 (diff) | |
download | automake-bb1e661b4b5b3d77b4b790f77cf855570e33e8d7.tar.gz |
quote DJGPP; from Simon Richter
Diffstat (limited to 'bootstrap')
-rwxr-xr-x | bootstrap | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |