You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by jm...@apache.org on 2010/01/26 14:09:17 UTC

svn commit: r903210 - /spamassassin/trunk/build/mkupdates/update-rules

Author: jm
Date: Tue Jan 26 13:09:16 2010
New Revision: 903210

URL: http://svn.apache.org/viewvc?rev=903210&view=rev
Log:
annoying. this script needs to support 3.3 and future releases too

Modified:
    spamassassin/trunk/build/mkupdates/update-rules

Modified: spamassassin/trunk/build/mkupdates/update-rules
URL: http://svn.apache.org/viewvc/spamassassin/trunk/build/mkupdates/update-rules?rev=903210&r1=903209&r2=903210&view=diff
==============================================================================
--- spamassassin/trunk/build/mkupdates/update-rules (original)
+++ spamassassin/trunk/build/mkupdates/update-rules Tue Jan 26 13:09:16 2010
@@ -20,8 +20,8 @@
 export HOME
 
 VERS=$1
-if [ -z "$VERS" -o \( "$VERS" != "3.1" -a "$VERS" != "3.2" \) ]; then
-  echo "Usage: $0 <VERSION (3.1, 3.2)>" >&2
+if [ -z "$VERS" ]; then
+  echo "Usage: $0 <VERSION (3.1, 3.2, 3.3, ...)>" >&2
   exit 1
 fi