aboutsummaryrefslogtreecommitdiff
path: root/trunk
diff options
context:
space:
mode:
Diffstat (limited to 'trunk')
-rw-r--r--trunk/lib/common.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh
index 1bafb42..4f61c46 100644
--- a/trunk/lib/common.sh
+++ b/trunk/lib/common.sh
@@ -718,7 +718,7 @@ function commit_changes {
if [ ! -z "$1" ]; then
if tmpfile=`mktemp $TMP/simplepkg_commit.XXXXXX`; then
echo $* > $tmpfile
- chown_svn $tmpfile && chgrp_svn $tmpfile
+ chmod +r $tmpfile
su_svn commit -F $tmpfile
rm -f $tmpfile
else