aboutsummaryrefslogtreecommitdiff
path: root/trunk/lib
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-11-28 01:29:50 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-11-28 01:29:50 +0000
commit26252025c7dc160ad9e57c4ff037ad0da1e7122a (patch)
tree0d11ffbb29d0c0a92e599c92d3fd165245702516 /trunk/lib
parenta12594010604a42da8afecff9b30ae584747e18d (diff)
downloadsimplepkg-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/lib')
-rw-r--r--trunk/lib/common.sh2
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`"