Fix handling of _werc/config in domain root.
This commit is contained in:
parent
9582bcdeb9
commit
3e59183781
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue