about summary refs log tree commit diff
path: root/Etc
diff options
context:
space:
mode:
authorDaniel Shahaf <d.s@daniel.shahaf.name>2021-03-03 00:17:53 +0000
committerDaniel Shahaf <d.s@daniel.shahaf.name>2021-03-26 23:20:19 +0000
commita5a093d5fec5b03c0fee34650d4f31469e18ca1d (patch)
treea4646e55e489369496f66e65bfebe7998208ae25 /Etc
parent78cf45587100965553a879fc8b026294c79bd756 (diff)
downloadzsh-a5a093d5fec5b03c0fee34650d4f31469e18ca1d.tar.gz
zsh-a5a093d5fec5b03c0fee34650d4f31469e18ca1d.tar.xz
zsh-a5a093d5fec5b03c0fee34650d4f31469e18ca1d.zip
48131/0001: FAQ: 3.31: Add a one-sentence summary
Diffstat (limited to 'Etc')
-rw-r--r--Etc/FAQ.yo3
1 files changed, 3 insertions, 0 deletions
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