diff options
Diffstat (limited to 'plugins/repo/get.f.sh')
-rw-r--r-- | plugins/repo/get.f.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/repo/get.f.sh b/plugins/repo/get.f.sh index 37d7b26..c37d77f 100644 --- a/plugins/repo/get.f.sh +++ b/plugins/repo/get.f.sh @@ -1,6 +1,6 @@ #!@SHELL@ -name='rvs get.f' -ver='0.7.0' +name='rvs repo get.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" # get.f ID FILENAME id="$1" |