summaryrefslogtreecommitdiff
path: root/src/rvs.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/rvs.sh')
-rw-r--r--src/rvs.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rvs.sh b/src/rvs.sh
index 518f487..5059dca 100644
--- a/src/rvs.sh
+++ b/src/rvs.sh
@@ -24,6 +24,7 @@ case "$com" in
*)
if [ -f "$RVSDIR/$com" ]; then
export TMPDIR="$repo/tmp"
+ #echo "$@" >> $repo/log
$RVSDIR/$@
else
error "unrecognized command \`$com'"