Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
34179956f96370f5a53e73073d984d62135cd037
/
.
/
shell
/
hush_test
/
hush-quoting
/
case_glob1.tests
blob: 8dbbc0fb1822c3097191f2f44a1a2849965711c7 [
file
] [
log
] [
blame
]
g
=
'[3](a)(b)(c)'
s
=
'[3](a)(b)(c)'
case
$g
in
"$s"
)
echo s
;;
*)
echo
"*"
;;
esac