shithub: werc

Download patch

ref: f068315701cf800f7a96d9fcb54af5152ca4f92b
parent: ed02341b0d46014d0d29e49d953894b66167d3dc
author: uriel <uriel@engel.se.cat-v.org>
date: Thu Jan 1 03:14:38 EST 2009

Fix handling of _werc/config in domain root.

--- a/bin/werc.rc
+++ b/bin/werc.rc
@@ -203,6 +203,8 @@
 
 p=()
 cd $sitedir
+if(test -f _werc/config)
+    . _werc/config
 for(i in ('' $args)) {
     p=($"p^/^$i)
     req_paths_list=($req_paths_list $p)