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 Initial push 2015-06-13 01:03:31 +02:00
etc-zshrc zsh: Return 0 from command_not_found_handler 2016-11-28 07:28:06 -05:00
exec_bin_sh.patch zsh: use supplied sh (dash) insted of system/bin/sh 2015-07-09 22:05:41 -04:00
src-init.c.patch zsh: Disable TIOCSETD ioctl during initialization 2015-07-11 17:56:19 -04:00
src-module.c.patch ndk_patches: <dlfcn.h> now #define:s RTLD_* 2016-04-18 00:33:02 -04:00
tmp_path.patch Initial push 2015-06-13 01:03:31 +02:00