summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2009-07-20 19:15:49 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:12 -0600
commitaeaae2a4bf7eefeb23b49649b25161a170749dc6 (patch)
tree44319dd2b0200f527dbb5a7a2a4efeb424e0a443
parent4315b8593150cbd1f90669ffc4e5a10d77b7abfd (diff)
rewrite bug in repo (`/..' evaluates to `/', I didn't think it would pass -e
update some files as part of the rewrite
-rw-r--r--src/rvs-core/lib/rvsdb.sh5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/rvs-core/lib/rvsdb.sh b/src/rvs-core/lib/rvsdb.sh
index 01f9e0d..dcef0d6 100644
--- a/src/rvs-core/lib/rvsdb.sh
+++ b/src/rvs-core/lib/rvsdb.sh
@@ -11,10 +11,9 @@ logver='0.6.0'
#
# Originally written by Luke Shumaker <lukeshu@sbcglobal.net>.
-source "`rvs -d`/lib/stdio"
-#source "`rvs -d`/lib/rvsdb"
+source "$RVSDIR/lib/stdio"
-repo='.rvs'
+repo=`rvs repo` # this is left for back-compat, and should be gone by 0.6.3
# getid file
getid() {