diff options
author | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-11-28 19:58:21 +0000 |
---|---|---|
committer | rhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58> | 2008-11-28 19:58:21 +0000 |
commit | 4e79326ef05eaae9196e189318bfb2052b07ad09 (patch) | |
tree | efb0a93a0beb59441e816a238d17194594b021e4 | |
parent | fd95b52dae10cf944df591cd67d5124b927e1369 (diff) | |
download | simplepkg-4e79326ef05eaae9196e189318bfb2052b07ad09.tar.gz simplepkg-4e79326ef05eaae9196e189318bfb2052b07ad09.tar.bz2 |
fix
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@611 04377dda-e619-0410-9926-eae83683ac58
-rw-r--r-- | trunk/src/createpkg | 2 |
1 files changed, 1 insertions, 1 deletions
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 |