summaryrefslogtreecommitdiff
path: root/rvi
diff options
context:
space:
mode:
authorPeter Palfrader <peter@palfrader.org>2005-11-30 11:45:03 +0000
committerweasel <weasel@bc3d92e2-beff-0310-a7cd-cc87d7ac0ede>2005-11-30 11:45:03 +0000
commit500b8b393be54ef65546f223daf3c531547e56ea (patch)
tree4f270679b60e7282d34ff67f47376527a7244249 /rvi
parente83bd739fda7ac05934cac425a511d8270999822 (diff)
Place chown inside quoted echo command
git-svn-id: svn+ssh://asteria.noreply.org/svn/weaselutils/trunk@32 bc3d92e2-beff-0310-a7cd-cc87d7ac0ede
Diffstat (limited to 'rvi')
-rwxr-xr-xrvi2
1 files changed, 1 insertions, 1 deletions
diff --git a/rvi b/rvi
index f02c240..9520332 100755
--- a/rvi
+++ b/rvi
@@ -19,7 +19,7 @@ if [ $? -ne 0 ] ; then
echo
echo "Differences detected"
echo "run 'co $1' to overwrite with last committed version"
- echo "or 'co -l $1; patch $1 < $1.rvi.diff; ci -u $1' to commit; chown $owner $1"
+ echo "or 'co -l $1; patch $1 < $1.rvi.diff; ci -u $1; chown $owner $1' to commit"
exit 1
fi
rm -f $1.rvi.diff