diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2009-08-03 19:03:08 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:13 -0600 |
commit | fc8d2f56a8104e755766fbbca4729906000cf78d (patch) | |
tree | b902e17f5e59e960772d215ee613a73c8a87226b /plugins/repo/commit.f.sh | |
parent | aa5141e77203fd084d809f27d55192a988723803 (diff) |
0.7.2 -- refactor slightly, flesh out plugin: users
Diffstat (limited to 'plugins/repo/commit.f.sh')
-rw-r--r-- | plugins/repo/commit.f.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/repo/commit.f.sh b/plugins/repo/commit.f.sh index ebc8214..15ba700 100644 --- a/plugins/repo/commit.f.sh +++ b/plugins/repo/commit.f.sh @@ -1,6 +1,6 @@ #!@SHELL@ -name='rvs commit.f' -ver='0.7.0' +name='rvs repo commit.f' +ver='0.7.2' # Copyright (C) 2009 Luke Shumaker # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -9,7 +9,7 @@ ver='0.7.0' # # Originally written by Luke Shumaker <lukeshu@sbcglobal.net>. -#source "$RVSDIR/lib/stdio" +#source "$libexecdir/lib/stdio" # commit.f FILENAME file="$1" |