Fix handling of _werc/config in domain root.
This commit is contained in:
parent
85e0153050
commit
ba1eea3078
@ -203,6 +203,8 @@ if(! ~ $args '') {
|
|||||||
|
|
||||||
p=()
|
p=()
|
||||||
cd $sitedir
|
cd $sitedir
|
||||||
|
if(test -f _werc/config)
|
||||||
|
. _werc/config
|
||||||
for(i in ('' $args)) {
|
for(i in ('' $args)) {
|
||||||
p=($"p^/^$i)
|
p=($"p^/^$i)
|
||||||
req_paths_list=($req_paths_list $p)
|
req_paths_list=($req_paths_list $p)
|
||||||
|
Loading…
Reference in New Issue
Block a user