about summary refs log tree commit diff
path: root/bin/sv
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sv')
-rwxr-xr-xbin/sv8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/sv b/bin/sv
index 868125f..9fa01ff 100755
--- a/bin/sv
+++ b/bin/sv
@@ -30,10 +30,10 @@ main() {
 	## db
 	##
 	reload | recompile)
-		export LIVEDIR="$l"
-		export STATEDIR="$confdir"
-		export SRCDIR="$confdir/src"
-		exec s6-rc-recompile
+		export LIVE_DIR="$l"
+		export STATE_DIR="$confdir"
+		export SOURCE_DIR="$confdir/src"
+		exec svtree-compile
 		;;
 
 	##