diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2009-07-18 06:07:40 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:12 -0600 |
commit | 363bfb698b6cfe22d34ae4e974760b4066a5deb9 (patch) | |
tree | 4079053baded2007a7860d4617b8fd99be658add /src/rvs.sh | |
parent | 1b2085297289f58806167a8c22946fadef658125 (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.sh | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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'" |