summaryrefslogtreecommitdiff
path: root/source/rvs
diff options
context:
space:
mode:
Diffstat (limited to 'source/rvs')
-rwxr-xr-xsource/rvs6
1 files changed, 4 insertions, 2 deletions
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"