From: rhatto Date: Fri, 28 Nov 2008 19:58:21 +0000 (+0000) Subject: fix X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=4e79326ef05eaae9196e189318bfb2052b07ad09;p=simplepkg.git fix git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@611 04377dda-e619-0410-9926-eae83683ac58 --- diff --git a/trunk/src/createpkg b/trunk/src/createpkg index c6df151..9fd1de8 100644 --- a/trunk/src/createpkg +++ b/trunk/src/createpkg @@ -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