]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
fix
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Fri, 28 Nov 2008 19:58:21 +0000 (19:58 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Fri, 28 Nov 2008 19:58:21 +0000 (19:58 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@611 04377dda-e619-0410-9926-eae83683ac58

trunk/src/createpkg

index c6df151e350eb755c12609bea95676d8c14fa3d0..9fd1de8ce3318ee522b0fb34a8c030c81858a275 100644 (file)
@@ -304,7 +304,7 @@ function commit_changes {
     chown_svn $MAKEPKG_REPOS && chgrp_svn $MAKEPKG_REPOS
     cd $MAKEPKG_REPOS
     if [ ! -z "$1" ]; then
-      su_svn commit -m $*
+      su_svn commit -m "$*"
     else
       su_svn commit
     fi