diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-11-28 01:29:50 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-11-28 01:29:50 +0000 |
commit | 26252025c7dc160ad9e57c4ff037ad0da1e7122a (patch) | |
tree | 0d11ffbb29d0c0a92e599c92d3fd165245702516 /trunk | |
parent | a12594010604a42da8afecff9b30ae584747e18d (diff) | |
download | simplepkg-26252025c7dc160ad9e57c4ff037ad0da1e7122a.tar.gz simplepkg-26252025c7dc160ad9e57c4ff037ad0da1e7122a.tar.bz2 |
fixes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@573 04377dda-e619-0410-9926-eae83683ac58
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`" |