summaryrefslogtreecommitdiff
path: root/src/rvs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/rvs.sh')
-rw-r--r--src/rvs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rvs.sh b/src/rvs.sh
index 580ce50..a44570d 100644
--- a/src/rvs.sh
+++ b/src/rvs.sh
@@ -22,7 +22,7 @@ case "$com" in
'') error 'no command specified';;
*)
if [ -f "$RVSDIR/$com" ]; then
- $SHELL $RVSDIR/$@
+ $RVSDIR/$@
else
error "unrecognized command \`$com'"
fi