From bb1e661b4b5b3d77b4b790f77cf855570e33e8d7 Mon Sep 17 00:00:00 2001 From: Alexandre Duret-Lutz Date: Tue, 6 May 2003 22:36:54 +0000 Subject: [PATCH] quote DJGPP; from Simon Richter --- bootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap b/bootstrap index ac1cfb3..1765d3b 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 -- 2.7.4