From 3e591837810f80fc476c4a58d8878b3c08adb643 Mon Sep 17 00:00:00 2001 From: Uriel Date: Thu, 1 Jan 2009 08:14:38 +0100 Subject: [PATCH] Fix handling of _werc/config in domain root. --- bin/werc.rc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/bin/werc.rc b/bin/werc.rc index a9ce3e8..5d78255 100755 --- a/bin/werc.rc +++ b/bin/werc.rc @@ -203,6 +203,8 @@ if(! ~ $args '') { p=() cd $sitedir +if(test -f _werc/config) + . _werc/config for(i in ('' $args)) { p=($"p^/^$i) req_paths_list=($req_paths_list $p)