mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-07 10:42:28 +02:00
documentation updates; fix for null commands with redirection expansion errors; changes to job notifications for interactive shells sourcing files; fix underflow issue with word_top
This commit is contained in:
+6
-1
@@ -330,6 +330,11 @@ bash: line 1: readonly: `AA[4]': not a valid identifier
|
||||
array: 1
|
||||
sh: line 1: export: `AA[4]': not a valid identifier
|
||||
sh: line 1: readonly: `AA[4]': not a valid identifier
|
||||
bash: -c: line 5: syntax error: unexpected end of file from command on line 1
|
||||
bash: -c: line 3: syntax error: unexpected end of file from command on line 1
|
||||
bash: -c: line 4: syntax error: unexpected end of file from command on line 1
|
||||
bash: -c: line 5: syntax error: unexpected end of file from command on line 1
|
||||
bash: -c: line 7: syntax error: unexpected end of file from command on line 1
|
||||
bash: line 1: return: can only `return' from a function or sourced script
|
||||
after return
|
||||
bash: line 1: return: can only `return' from a function or sourced script
|
||||
@@ -338,4 +343,4 @@ sh: line 1: unset: `a-b': not a valid identifier
|
||||
sh: line 1: /nosuchfile: No such file or directory
|
||||
sh: line 1: trap: SIGNOSIG: invalid signal specification
|
||||
after trap
|
||||
./errors.tests: line 393: `!!': not a valid identifier
|
||||
./errors.tests: line 396: `!!': not a valid identifier
|
||||
|
||||
Reference in New Issue
Block a user