mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-07 18:52:35 +02:00
commit bash-20160909 snapshot
This commit is contained in:
+10
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user