diff options
author | Barton E. Schaefer <schaefer@zsh.org> | 2015-12-25 00:31:32 -0800 |
---|---|---|
committer | Barton E. Schaefer <schaefer@zsh.org> | 2015-12-25 00:31:32 -0800 |
commit | fc344465f27cdf89664a64fb157b7606c9eb837f (patch) | |
tree | d67c21e5203c5aeffbd27e8736cf78a2c8aa24da /ChangeLog | |
parent | a554c7403a0f1b6c29e07410a03599272aeaeaee (diff) | |
download | zsh-fc344465f27cdf89664a64fb157b7606c9eb837f.tar.gz zsh-fc344465f27cdf89664a64fb157b7606c9eb837f.tar.xz zsh-fc344465f27cdf89664a64fb157b7606c9eb837f.zip |
37435 (+ fix typo): allow execution of empty files as "sh" scripts
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 0dcb8e9d7..55d42ecb0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2015-12-25 Barton E. Schaefer <schaefer@zsh.org> + * 37435 (+ fix typo): Src/exec.c: allow execution of empty files + as "sh" scripts + * 37434: Src/exec.c: POSIXBUILTINS "command" should prevent shell exit on errors from special builtins |