aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/createpkg
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-11-28 19:58:21 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-11-28 19:58:21 +0000
commit4e79326ef05eaae9196e189318bfb2052b07ad09 (patch)
treeefb0a93a0beb59441e816a238d17194594b021e4 /trunk/src/createpkg
parentfd95b52dae10cf944df591cd67d5124b927e1369 (diff)
downloadsimplepkg-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
Diffstat (limited to 'trunk/src/createpkg')
-rw-r--r--trunk/src/createpkg2
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