commit bash-20040129 snapshot

This commit is contained in:
Chet Ramey
2011-12-03 12:54:16 -05:00
parent 113d85a4ab
commit 704a1a2a9b
39 changed files with 10607 additions and 444 deletions
+3 -1
View File
@@ -4767,7 +4767,9 @@ BBUUGGSS
Commands inside of $$((...)) command substitution are not parsed until
substitution is attempted. This will delay error reporting until some
time after the command is entered.
time after the command is entered. For example, unmatched parentheses,
even inside shell comments, will result in error messages while the
construct is being read.
Array variables may not (yet) be exported.