]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Bootstrapped
authorAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 7 Oct 2010 00:11:05 +0000 (18:11 -0600)
committerAutomatic source maintenance <squidadm@squid-cache.org>
Thu, 7 Oct 2010 00:11:05 +0000 (18:11 -0600)
scripts/source-maintenance.sh

index 56e7eef0c94adfc84ff347a7ff271840e9967063..f6ed6d5e9544a475e75b654ef3c3563f92e754fd 100755 (executable)
@@ -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