]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix bootstrap.sh script agin...
authorhno <>
Mon, 27 Sep 2004 23:34:38 +0000 (23:34 +0000)
committerhno <>
Mon, 27 Sep 2004 23:34:38 +0000 (23:34 +0000)
bootstrap.sh

index 9924d74650584a980587aa87ea41fff0e5bf46ff..a9f29a29e4707ba86df07b56ab67aaf8f72aca41 100755 (executable)
@@ -64,7 +64,7 @@ AUTOCONF="autoconf${acver}" ; export AUTOCONF
 
 for dir in \
        "" \
-       lib/libTrie
+       lib/libTrie \
        lib/cppunit-1.10.0
 do
     if [ -z "$dir" ] || [ -d $dir ] && [ ! -f $dir/configure ]; then