commit bash-20080807 snapshot

This commit is contained in:
Chet Ramey
2011-12-07 09:26:50 -05:00
parent 8e1a6eaa95
commit bea29b7b39
24 changed files with 6257 additions and 2664 deletions
+1 -1
View File
@@ -291,7 +291,7 @@ bash-2.0 were significant.)
37. Bash-4.0 now allows SIGCHLD to interrupt the wait builtin, as Posix
specifies, so the SIGCHLD trap is no longer always invoked once per
exiting child.
exiting child if you are using `wait' to wait for all children.
38. Since bash-4.0 now follows Posix rules for finding the closing delimiter
of a $() command substitution, it will not behave as previous versions