]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
another fix on check_and_create_svn_repo
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Mon, 19 Jan 2009 17:39:02 +0000 (17:39 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Mon, 19 Jan 2009 17:39:02 +0000 (17:39 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@764 04377dda-e619-0410-9926-eae83683ac58

trunk/lib/common.sh

index 254c81df1d098e98f58dff5525d785b85a943daf..932c1c5fba0b20a877075c29a018ca3ff4dcf29d 100644 (file)
@@ -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"