49386: handle separate source/build trees

This commit is contained in:
Bart Schaefer 2021-09-08 15:47:43 -07:00
parent b29da69fb8
commit 3b97a36847
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2021-09-08 Bart Schaefer <schaefer@zsh.org>
* 49386: Test/Z03run-help.ztst: handle separate source/build trees
2021-09-08 Jun-ichi Takimoto <takimoto-j@kba.biglobe.ne.jp>
* unposted: Src/Modules/db_gdbm.c, Src/Modules/files.c,

View File

@ -1,7 +1,7 @@
%prep
PAGER=cat
unalias run-help
autoload +X -Uz $PWD/../Functions/Misc/run-help*
autoload +X -Uz ${^fpath}/run-help*(N)
builtin() {
case "$1 $2" in
( 'getln cmd_args' )