Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
e9dccab9f4bf3311ae50f19e39e7e499b25edca2
/
.
/
shell
/
ash_test
/
ash-quoting
/
case_glob1.tests
blob: 8dbbc0fb1822c3097191f2f44a1a2849965711c7 [
file
] [
log
] [
blame
]
Denys Vlasenko
3417995
2018-04-11 13:47:59 +0200
[
diff
] [
blame
]
1
g
=
'[3](a)(b)(c)'
2
s
=
'[3](a)(b)(c)'
3
case
$g
in
4
"$s"
)
echo s
5
;;
6
*)
echo
"*"
7
;;
8
esac