From 92159e709fb7f535bf481599fc406fde1c8ca9db Mon Sep 17 00:00:00 2001 From: rhatto Date: Mon, 19 Jan 2009 17:39:02 +0000 Subject: 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 --- trunk/lib/common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - local repository repository_type repository_path + local repository="$1" repository_type repository_path if ! echo $repository | grep -q ":"; then repository="file://$repository" -- cgit v1.2.3