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