From d4bbcc7708e2ef29225fc6191d3b3672277be68d Mon Sep 17 00:00:00 2001 From: Daniel Shahaf Date: Wed, 3 Mar 2021 00:17:53 +0000 Subject: [PATCH 1/4] FAQ: 3.31: Add a one-sentence summary --- Etc/FAQ.yo | 3 +++ 1 file changed, 3 insertions(+) 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