From: hno <> Date: Sat, 2 Oct 2004 14:24:30 +0000 (+0000) Subject: Fix bootstrap script again.. last change introduced a loop.. X-Git-Tag: SQUID_3_0_PRE4~1032 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=897c0dcfc729435b7a5aaf9d68c562f118958395;p=thirdparty%2Fsquid.git Fix bootstrap script again.. last change introduced a loop.. --- diff --git a/bootstrap.sh b/bootstrap.sh index fb3f8ad416..94f9868354 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -71,7 +71,7 @@ do if ( echo "Bootstrapping $dir" cd ./$dir - if [ -f bootstrap.sh ]; then + if [ -n "$dir" ] && [ -f bootstrap.sh ]; then ./bootstrap.sh else # Bootstrap the autotool subsystems