Sign in
coral
/
busybox
/
0356607264b8e1476d98a81667488ba1d6295d23
/
.
/
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