summaryrefslogtreecommitdiff
path: root/plugins/users/commit.sh
diff options
context:
space:
mode:
authorLuke Shumaker <luke@HP-dv6426us-u904>2009-10-24 02:23:22 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:16 -0600
commitbddd6fb07906e660260ef0fced05440ecac8d9e9 (patch)
tree882c913e0cb2e89537747b90f8c47a65d5cd15d0 /plugins/users/commit.sh
parent1eddff249b2c7ce54544b840562e782501d47924 (diff)
switching to git
Diffstat (limited to 'plugins/users/commit.sh')
-rw-r--r--plugins/users/commit.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/users/commit.sh b/plugins/users/commit.sh
index ab30ea0..cb2488d 100644
--- a/plugins/users/commit.sh
+++ b/plugins/users/commit.sh
@@ -1,6 +1,6 @@
#!@SHELL@
name='rvs users commit'
-ver='0.7.3'
+ver=0.8r61
# Copyright (C) 2009 Luke Shumaker
#
# This file is part of rvs.
@@ -19,11 +19,11 @@ ver='0.7.3'
# If not, write to the Free Software Foundation,
# 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
-source "$libexecdir/lib/stdio"
+source "$libexecdir/@ID@/stdio"
ret=`$RVS repo-0.7beta/commit $@`
-if [ -f "$REPO/../user" ]; then
- cp "$REPO/../user" "$REPO/repo/$ret"
+if [ -f "$REPO/@ID@/user" ]; then
+ cp "$REPO/@ID@/user" "$REPO/@ID@/repo/$ret"
echo "$ret"
else
error 'you must be logged in to commit files'