4a9f41ec82
The builtins/getopts1.0 test failed if a single-character file existed in the current directory.
7 lines
89 B
Plaintext
7 lines
89 B
Plaintext
# $FreeBSD$
|
|
set - -ax
|
|
getopts ax option
|
|
set -C
|
|
getopts ax option
|
|
printf '%s\n' "$option"
|