diff options
Diffstat (limited to 'wrapper/rvs.sh')
-rw-r--r-- | wrapper/rvs.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/wrapper/rvs.sh b/wrapper/rvs.sh index 4d87170..6f4dbbb 100644 --- a/wrapper/rvs.sh +++ b/wrapper/rvs.sh @@ -23,7 +23,7 @@ RVS="$0" #RVS="@rvs@" libexecdir="@libexecdir@/$name" _error() { - echo "$name: $1" >> /dev/stderr + echo "$RVS: $1" >> /dev/stderr exit 1 } @@ -96,7 +96,6 @@ case "$com" in 'uninstall') shift; _uninstall $@; exit $?;; *) repo=`_repo` if [ "$?" = '0' ]; then - shift "$libexecdir/runcom" $@ < $repo/plugins exit $? else |