diff options
author | Daniel Shahaf <d.s@daniel.shahaf.name> | 2021-03-03 00:17:53 +0000 |
---|---|---|
committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2021-03-26 23:20:19 +0000 |
commit | a5a093d5fec5b03c0fee34650d4f31469e18ca1d (patch) | |
tree | a4646e55e489369496f66e65bfebe7998208ae25 | |
parent | 78cf45587100965553a879fc8b026294c79bd756 (diff) | |
download | zsh-a5a093d5fec5b03c0fee34650d4f31469e18ca1d.tar.gz zsh-a5a093d5fec5b03c0fee34650d4f31469e18ca1d.tar.xz zsh-a5a093d5fec5b03c0fee34650d4f31469e18ca1d.zip |
48131/0001: FAQ: 3.31: Add a one-sentence summary
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | Etc/FAQ.yo | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index 066a806c0..154e9e641 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2021-03-26 Daniel Shahaf <d.s@daniel.shahaf.name> + + * 48131/0001: Etc/FAQ.yo: FAQ: 3.31: Add a one-sentence summary + 2021-03-23 dana <dana@dana.is> * unposted: Doc/Zsh/expn.yo, Test/D07multibyte.ztst: Improve diff --git a/Etc/FAQ.yo b/Etc/FAQ.yo index 7aeddd89c..9831b027c 100644 --- a/Etc/FAQ.yo +++ b/Etc/FAQ.yo @@ -2056,6 +2056,9 @@ sect(Why doesn't the expansion mytt(*.{tex,aux,pdf}) do what I expect?) sect(Why does my bash script report an error when I run it under zsh?) label(331) + em(tl;dr:) bash is not the reference implementation of zsh, and zsh is not + a bug-for-bug compatible reimplementation of bash. + bash and zsh are different programming languages. They are not interchangeable; programs written for either of these languages will, in general, not run under the other. (The situation is similar with |