]> gitweb.fluxo.info Git - simplepkg.git/commitdiff
minor fix at commit_changes
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Wed, 3 Dec 2008 00:00:50 +0000 (00:00 +0000)
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>
Wed, 3 Dec 2008 00:00:50 +0000 (00:00 +0000)
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@626 04377dda-e619-0410-9926-eae83683ac58

trunk/lib/common.sh

index b242d29df95b3f63b836dc5edda9e7dfacc0c1fe..7d556fb9024fcc337103327c3a6796e3a29d5c60 100644 (file)
@@ -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