aboutsummaryrefslogtreecommitdiff
path: root/trunk/lib/common.sh
diff options
context:
space:
mode:
authorrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-03 00:06:30 +0000
committerrhatto <rhatto@04377dda-e619-0410-9926-eae83683ac58>2008-12-03 00:06:30 +0000
commitdcaef5dec6b283229cc11892f5c9333c163be595 (patch)
treee5387d1784471e4a5c5d9cbfd3cf1e3a03f2a52e /trunk/lib/common.sh
parent4b00b295e161b851ba650010eff1c771d5eb5b94 (diff)
downloadsimplepkg-dcaef5dec6b283229cc11892f5c9333c163be595.tar.gz
simplepkg-dcaef5dec6b283229cc11892f5c9333c163be595.tar.bz2
trying again to fix commit_changes
git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@628 04377dda-e619-0410-9926-eae83683ac58
Diffstat (limited to 'trunk/lib/common.sh')
-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