]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Fix typo in source maintenance script
authorAmos Jeffries <amosjeffries@squid-cache.org>
Tue, 12 Oct 2010 10:35:42 +0000 (04:35 -0600)
committerAmos Jeffries <amosjeffries@squid-cache.org>
Tue, 12 Oct 2010 10:35:42 +0000 (04:35 -0600)
scripts/source-maintenance.sh

index f6ed6d5e9544a475e75b654ef3c3563f92e754fd..ed4a463b1e84342a82a987e633b45fe4f19a2368 100755 (executable)
@@ -43,7 +43,7 @@ for FILENAME in `ls -1`; do
        #
        # Code Style formatting maintenance
        #
-        if test "${ASVER}" = "1.22"; then
+        if test "${ASVER}" = "1.23"; then
                ${ROOT}/scripts/formater.pl ${FILENAME}
                if test -e $FILENAME -a -e "$FILENAME.astylebak"; then
                        md51=`cat  $FILENAME| tr -d "\n \t\r" | $MD5`;