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-core/lib/rvsdb | 4 ++-- source/rvs-core/lib/stdio | 8 +------- 2 files changed, 3 insertions(+), 9 deletions(-) (limited to 'source/rvs-core') diff --git a/source/rvs-core/lib/rvsdb b/source/rvs-core/lib/rvsdb index 8cd4316..3ced573 100755 --- a/source/rvs-core/lib/rvsdb +++ b/source/rvs-core/lib/rvsdb @@ -1,8 +1,8 @@ #!$$SHELL$$ # abomination module:rvs:lib:rvsdb #name='rvs db' -#ver='0.6.0' -logver='0.5.0' +#ver='0.6.2' +logver='0.6.0' # Copyright (C) 2009 Luke Shumaker # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of diff --git a/source/rvs-core/lib/stdio b/source/rvs-core/lib/stdio index 9398a52..aff22f1 100755 --- a/source/rvs-core/lib/stdio +++ b/source/rvs-core/lib/stdio @@ -1,7 +1,7 @@ #!$$SHELL$$ # abomination module:rvs:lib:stdio #name='rvs stdio' -#ver='0.6.0' +#ver='0.6.2' #usage='' # Copyright (C) 2009 Luke Shumaker # This program is distributed in the hope that it will be useful, @@ -11,12 +11,6 @@ # # Originally written by Luke Shumaker . -#source "$RVSDIR/lib/stdio" -#source "$RVSDIR/lib/rvsdb" - -sopt='VhH?vq' -lopt='version,verbose,quiet,help' - verbose() { if [ "$volume" == '-v' ]; then echo $@ -- cgit v1.2.3-2-g168b