diff options
-rw-r--r-- | trunk/lib/common.sh | 1 |
1 files changed, 1 insertions, 0 deletions
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 |