commit bash-20160909 snapshot

This commit is contained in:
Chet Ramey
2016-09-27 10:38:30 -04:00
parent 4d63a61942
commit 5606eb074d
22 changed files with 749 additions and 627 deletions
+10 -1
View File
@@ -7392,6 +7392,10 @@ builtins.
@sc{posix} special builtins are found before shell functions
during command lookup.
@item
When printing shell function definitions (e.g., by @code{type}), Bash does
not print the @code{function} keyword.
@item
Literal tildes that appear as the first character in elements of
the @env{PATH} variable are not expanded as described above
@@ -7451,7 +7455,7 @@ Non-interactive shells exit if a syntax error in an arithmetic expansion
results in an invalid expression.
@item
Non-interactive shells exit on word expansion errors.
Non-interactive shells exit if a parameter expansion error occurs.
@item
Non-interactive shells exit if there is a syntax error in a script read
@@ -7465,6 +7469,11 @@ Process substitution is not available.
While variable indirection is available, it may not be applied to the
@samp{#} and @samp{?} special parameters.
@item
When expanding the @samp{*} special parameter in a pattern context where the
expansion is double-quoted does not treat the @code{$*} as if it were
double-quoted.
@item
Assignment statements preceding @sc{posix} special builtins
persist in the shell environment after the builtin completes.