aboutsummaryrefslogtreecommitdiff
path: root/trunk/lib/common.sh
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/lib/common.sh')
-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 254c81d..932c1c5 100644
--- a/trunk/lib/common.sh
+++ b/trunk/lib/common.sh
@@ -938,7 +938,7 @@ function check_and_create_svn_repo {
# check and create svn repository
# usage: check_and_create_svn_repo <repository>
- local repository repository_type repository_path
+ local repository="$1" repository_type repository_path
if ! echo $repository | grep -q ":"; then
repository="file://$repository"