commit bash-20190920 snapshot

This commit is contained in:
Chet Ramey
2019-09-23 09:42:14 -04:00
parent db26b1cf58
commit d111b2af6e
24 changed files with 4954 additions and 4654 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ declare: usage: declare [-aAfFgilnrtux] [-p] [name[=value] ...]
./errors.tests: line 74: declare: `/bin/sh': not a valid identifier
./errors.tests: line 78: declare: cannot use `-f' to make functions
./errors.tests: line 81: exec: -i: invalid option
exec: usage: exec [-cl] [-a name] [command [arguments ...]] [redirection ...]
exec: usage: exec [-cl] [-a name] [command [argument ...]] [redirection ...]
./errors.tests: line 85: export: XPATH: not a function
./errors.tests: line 88: break: only meaningful in a `for', `while', or `until' loop
./errors.tests: line 89: continue: only meaningful in a `for', `while', or `until' loop
+3 -3
View File
@@ -1,9 +1,9 @@
getopts: usage: getopts optstring name [arg]
getopts: usage: getopts optstring name [arg ...]
2
getopts: usage: getopts optstring name [arg]
getopts: usage: getopts optstring name [arg ...]
2
./getopts.tests: line 23: getopts: -a: invalid option
getopts: usage: getopts optstring name [arg]
getopts: usage: getopts optstring name [arg ...]
-a specified
-b bval specified
remaining args: one two three