]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
It was correct to begin with...
authorhno <>
Mon, 27 Sep 2004 23:35:35 +0000 (23:35 +0000)
committerhno <>
Mon, 27 Sep 2004 23:35:35 +0000 (23:35 +0000)
bootstrap.sh

index a9f29a29e4707ba86df07b56ab67aaf8f72aca41..00a0556c9346eacbce7e8777977784adc4c50d3b 100755 (executable)
@@ -68,6 +68,7 @@ for dir in \
        lib/cppunit-1.10.0
 do
     if [ -z "$dir" ] || [ -d $dir ] && [ ! -f $dir/configure ]; then
+       if (
        echo "Bootstrapping $dir"
        cd ./$dir
        # Bootstrap the autotool subsystems
@@ -84,6 +85,7 @@ do
        else
            exit 1
        fi
+    fi
 done
 
 echo "Autotool bootstrapping complete."