summaryrefslogtreecommitdiff
path: root/src/rvs.sh
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2009-07-18 06:07:40 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:12 -0600
commit363bfb698b6cfe22d34ae4e974760b4066a5deb9 (patch)
tree4079053baded2007a7860d4617b8fd99be658add /src/rvs.sh
parent1b2085297289f58806167a8c22946fadef658125 (diff)
add better output functionality to stdio, use stderr
revise HACKING to say so, and describe the database
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'"