Commit 126bfc8
committed
execute_cmd: always search for special builtins during simple command exec
This allows externally registered special builtins to always override
functions even when bash isn't built with strict posix mode enabled.
This will also have the affect that special builtins native to bash,
e.g. exit and source (see the full list via `enable -s`), won't be able
to be overridden by functions which in our case shouldn't matter and
probably is a good thing anyway.1 parent 6ae1d89 commit 126bfc8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4670 | 4670 | | |
4671 | 4671 | | |
4672 | 4672 | | |
4673 | | - | |
| 4673 | + | |
4674 | 4674 | | |
4675 | 4675 | | |
4676 | 4676 | | |
| |||
0 commit comments