]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix recursion inside srcformat script after rename
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 9 Oct 2008 13:12:07 +0000 (02:12 +1300)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 9 Oct 2008 13:12:07 +0000 (02:12 +1300)
scripts/srcformat.sh

index a04b62599095c75ddf4e73d0fcc19f2942161004..dbfa603545158b2a8f34791bebabfee83a835587 100755 (executable)
@@ -34,7 +34,7 @@ for FILENAME in `ls -1`; do
 
     if test -d $FILENAME ; then
        cd $FILENAME
-       $ROOT/scripts/md5checker.sh "$ROOT"  || exit 1
+       $ROOT/scripts/srcformat.sh "$ROOT"  || exit 1
        cd ..
     fi