]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix bootstrap script again.. last change introduced a loop..
authorhno <>
Sat, 2 Oct 2004 14:24:30 +0000 (14:24 +0000)
committerhno <>
Sat, 2 Oct 2004 14:24:30 +0000 (14:24 +0000)
bootstrap.sh

index fb3f8ad4163c794bba7c1599af8b1f8484941e0b..94f9868354b0da75904acb87dc1f157e83cf275f 100755 (executable)
@@ -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