]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
fixes
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Fri, 28 Nov 2008 01:29:50 +0000 (01:29 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Fri, 28 Nov 2008 01:29:50 +0000 (01:29 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@573 04377dda-e619-0410-9926-eae83683ac58

trunk/lib/common.sh

index 217bfb761e51b003b827d53c75b35b77e931110a..d39133d8f2e621b61c8abb52afb2fa59a56f4ac5 100644 (file)
@@ -584,7 +584,7 @@ function svn_copy {
   # usage: svn_copy <orig> <dest>
 
   # svn add file
-  [ $# -ne 1 ] && handle_error $ERROR_PAR_NUMBER
+  [ $# -ne 2 ] && handle_error $ERROR_PAR_NUMBER
 
   orig="`dirname $1`"
   file="`basename $1`"