You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by cd...@apache.org on 2017/11/21 15:58:07 UTC

svn commit: r23234 - /dev/jackrabbit/check-release.sh

Author: cdamioli
Date: Tue Nov 21 15:58:07 2017
New Revision: 23234

Log:
typo

Modified:
    dev/jackrabbit/check-release.sh

Modified: dev/jackrabbit/check-release.sh
==============================================================================
--- dev/jackrabbit/check-release.sh (original)
+++ dev/jackrabbit/check-release.sh Tue Nov 21 15:58:07 2017
@@ -25,7 +25,7 @@ CLEAN_SVN=".??* .gitignore"
 HASHES="md5 sha1"
 CLEAN_ZIP=""
 
-if [ -z "$1" -o -z "$1" ]; then
+if [ -z "$1" -o -z "$2" ]; then
   echo "Usage: $0 [component] version checksum"
   echo "(use \$RUN_PROFILES to override default profile of $DEFAULT_PROFILES)"
   exit 1