r41114 - /scripts/repack.sh

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Mon Aug 3 02:01:37 UTC 2009


Author: ryan52-guest
Date: Mon Aug  3 02:01:29 2009
New Revision: 41114

URL: http://svn.debian.org/wsvn/?sc=1&rev=41114
Log:
fix

Modified:
    scripts/repack.sh

Modified: scripts/repack.sh
URL: http://svn.debian.org/wsvn/scripts/repack.sh?rev=41114&op=diff
==============================================================================
--- scripts/repack.sh (original)
+++ scripts/repack.sh Mon Aug  3 02:01:29 2009
@@ -12,10 +12,10 @@
     exit 1
 }
 
-if [ "$1" != "--upstream-version" ]; then
+if [ "$#" != "3" ]; then
     usage
 fi
-if [ "$#" != "3" ]; then
+if [ "$1" != "--upstream-version" ]; then
     usage
 fi
 if [ ! -f "$3" ]; then




More information about the Pkg-perl-cvs-commits mailing list