Fix handling of _werc/config in domain root.

This commit is contained in:
uriel 2009-01-01 08:14:38 +01:00
parent 85e0153050
commit ba1eea3078

View File

@ -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)