From: Amos Jeffries Date: Tue, 12 Oct 2010 10:35:42 +0000 (-0600) Subject: Fix typo in source maintenance script X-Git-Tag: take1~189 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d83346ad03a0fdd31e1c2002cb6ca40ca4486528;p=thirdparty%2Fsquid.git Fix typo in source maintenance script --- diff --git a/scripts/source-maintenance.sh b/scripts/source-maintenance.sh index f6ed6d5e95..ed4a463b1e 100755 --- a/scripts/source-maintenance.sh +++ b/scripts/source-maintenance.sh @@ -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`;