From 43ffb5f89080e9d78e999045c41c94beb18c9c05 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 13 Sep 2009 21:09:09 -0400 Subject: haha, I'm a dumb shit, $(bindir)/rvs wasn't passing the command to $(libexecdir)/rvs/runcom --- wrapper/rvs.sh | 3 +-- 1 file changed, 1 insertion(+), 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 -- cgit v1.1-4-g5e80