From: Automatic source maintenance Date: Thu, 7 Oct 2010 00:11:05 +0000 (-0600) Subject: Bootstrapped X-Git-Tag: take1~196 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9680d9b54ac56a12fc4353f006c17cb7caf3b7c4;p=thirdparty%2Fsquid.git Bootstrapped --- diff --git a/scripts/source-maintenance.sh b/scripts/source-maintenance.sh index 56e7eef0c9..f6ed6d5e95 100755 --- a/scripts/source-maintenance.sh +++ b/scripts/source-maintenance.sh @@ -23,8 +23,8 @@ fi ROOT=`bzr root` ASVER=`astyle --version 2>&1 | grep -o -E "[0-9.]+"` -if test "${ASVER}" != "1.22" ; then - echo "Astyle version problem. You have ${ASVER} instead of 1.22."; +if test "${ASVER}" != "1.23" ; then + echo "Astyle version problem. You have ${ASVER} instead of 1.23"; else echo "Found astyle ${ASVER}. Formatting..." fi