aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/createpkg
diff options
context:
space:
mode:
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