Re: bash segfaults on EOF-delimited [^D] 'here-documents' (instead of aborting command?) when PS2 is not a static value (PS3 might have problems too)
This bug seems related to https://groups.google.com/forum/#!topic/gnu.bash.bug/KDofeDAdKoc Have you tried that patch? -Sven
[PATCH] Mention "modulo" in documentation
When you search the bash manpage for "modulo", you'll find nothing. Bash of course does support the modulo function ("%") as part of the arithmetic evaluation, but it is labelled "remainder" in the manpage. Therefore, I suggest this little documentation patch: diff --git a/doc/bash.1 b/doc/bash.1