diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-01-19 17:39:02 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2009-01-19 17:39:02 +0000 |
commit | 92159e709fb7f535bf481599fc406fde1c8ca9db (patch) | |
tree | 95f877a66876367d57a4ba13c58ec3c68b3cf8ca /trunk | |
parent | 244a04def30f38b3fb52b59a4173a87f628e1463 (diff) | |
download | simplepkg-92159e709fb7f535bf481599fc406fde1c8ca9db.tar.gz simplepkg-92159e709fb7f535bf481599fc406fde1c8ca9db.tar.bz2 |
another fix on check_and_create_svn_repo
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@764 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 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" |