Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
5b2cc0aaee6985431d9bab1b49ceea7e1fa1d7af
/
.
/
shell
/
hush_test
/
hush-vars
/
readonly0.right
blob: 07ca6e07f3f917147a0394ca978b2abde7aa110c [
file
] [
log
] [
blame
]
readonly
a
=
A
readonly
b
=
B
Ok
:
0
hush
:
a
=
A
:
readonly
variable
Fail
:
1
hush
:
a
=
A
:
readonly
variable
Fail
:
1
hush
:
a
=
Z
:
readonly
variable
Fail
:
1
hush
:
a
=
Z
:
readonly
variable
b
=
B
^^^
a
is
not
exported
hush
:
a
:
readonly
variable
Fail
:
1