]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - bin/sh/tests/builtins/getopts2.0
Merge llvm, clang, lld, lldb, compiler-rt and libc++ release_60 r321788,
[FreeBSD/FreeBSD.git] / bin / sh / tests / builtins / getopts2.0
1 # $FreeBSD$
2 set - -ax
3 getopts ax option
4 set -C
5 getopts ax option
6 printf '%s\n' "$option"