Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
137864f559e7eff1f929958d3999359c7070ed91
/
.
/
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