Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
command -x: fix bypassing path-bound built-ins again (re: 3e79027)
Symptom, after compiling ksh with support for dynamic libraries (this will again become possible soon, we're currently testing it), if the virtual /opt/ast/bin directory for path-bound built-ins is first in $PATH: $ ksh -c 'command -vx cat; command -vx cat' /opt/ast/bin/cat /bin/cat This already showed up in a regression test failure for the dynamically linked ksh: path.sh[1008]: FAIL: 'command -vx' breakage (expected status 0, /bin/cat; got status 0, /opt/ast/bin/cat) src/cmd/ksh93/sh/path.c: path_absolute(): - Add missing check for SH_XARG shell state bit.
- Loading branch information