Sign in
coral
/
busybox
/
c3295d233b6a7d924814eec9a5c5999a876daf9e
/
.
/
shell
/
ash_test
/
ash-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