mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-30 06:31:24 +02:00
fix posix-mode tilde expansion so non-assignment words containing "~:" do not undergo tilde expansion; heuristic to skip case statements while performing history expansion on $() command substitutions; undo redirections before running an EXIT trap when executing a builtin in a subshell
This commit is contained in:
+2
-1
@@ -9330,7 +9330,8 @@ builtins.
|
||||
|
||||
@item
|
||||
Tilde expansion is only performed on assignments preceding a command
|
||||
name, rather than on all assignment statements on the line.
|
||||
name, rather than on all assignment statements on the line, unless
|
||||
the command is a declaration command.
|
||||
|
||||
@item
|
||||
While variable indirection is available, it may not be applied to the
|
||||
|
||||
Reference in New Issue
Block a user