From fe9a92e6c42897e36884a3c4b5232ee835549370 Mon Sep 17 00:00:00 2001 From: rhatto Date: Wed, 3 Dec 2008 00:00:50 +0000 Subject: minor fix at commit_changes git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@626 04377dda-e619-0410-9926-eae83683ac58 --- trunk/lib/common.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'trunk') diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh index b242d29..7d556fb 100644 --- a/trunk/lib/common.sh +++ b/trunk/lib/common.sh @@ -717,6 +717,7 @@ function commit_changes { cd $repos if [ ! -z "$1" ]; then if tmpfile=`mktemp -t simplepkg_commit.XXXXXX`; then + chown_svn $tmpfile && chgrp_svn $tmpfile echo $* > $tmpfile su_svn commit -F $tmpfile rm -f $tmpfile -- cgit v1.2.3