diff options
Diffstat (limited to 'trunk')
-rw-r--r-- | trunk/lib/common.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh index 217bfb7..d39133d 100644 --- a/trunk/lib/common.sh +++ b/trunk/lib/common.sh @@ -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`" |