This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-nq
Watch
1
Star
0
Fork
0
You've already forked freebsd-nq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
freebsd-nq
/
bin
/
sh
/
tests
/
builtins
/
getopts2.0
7 lines
89 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add a test for r182300.
2008-08-27 20:26:34 +00:00
# $FreeBSD$
set - -ax
getopts ax option
set -C
getopts ax option
sh: Fix some unquoted variables in tests. The builtins/getopts1.0 test failed if a single-character file existed in the current directory.
2016-04-09 16:06:13 +00:00
printf '%s\n' "$option"
Reference in New Issue
Copy Permalink