From 6ca3d3f0cd4437922280724957dc1279e007da1f Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Tue, 14 Jul 2009 21:25:05 -0400 Subject: 0.6.2 -- how come no one told me `make install' fails? --- source/rvs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'source/rvs') diff --git a/source/rvs b/source/rvs index 6a6102a..518f487 100755 --- a/source/rvs +++ b/source/rvs @@ -13,12 +13,14 @@ usage='COMMAND [OPTIONS]' RVSDIR='$$libdir$$' source "$RVSDIR/lib/stdio" -source "$RVSDIR/lib/rvsdb" +#source "$RVSDIR/lib/rvsdb" +# START OPTION HANDLING # com=$1; +# END OPTION HANDLING # case "$com" in -d) echo "$RVSDIR";; - '') error 'please specify a command';; + '') error 'no command specified';; *) if [ -f "$RVSDIR/$com" ]; then export TMPDIR="$repo/tmp" -- cgit v1.2.3-2-g168b