about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--Etc/FAQ.yo3
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