termux-packages/packages/zsh
Fredrik Fornwall 8927f8fbc6 zsh: Return 0 from command_not_found_handler
"The function should return status zero if it successfully handled
the command, or non-zero status if it failed. In the latter case
the standard handling is applied: ‘command not found’ is printed
to standard error and the shell exits with status 127."
- http://zsh.sourceforge.net/Doc/Release/Command-Execution.html

Needed after changes in
https://github.com/termux/termux-packages/pull/566
where the command-not-found program no longer exists itself with 0.
2016-11-28 07:28:06 -05:00
..
build.sh zsh: Return 0 from command_not_found_handler 2016-11-28 07:28:06 -05:00
compaudit.patch
etc-zshrc zsh: Return 0 from command_not_found_handler 2016-11-28 07:28:06 -05:00
exec_bin_sh.patch
src-init.c.patch
src-module.c.patch
tmp_path.patch