Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
1e5111b0f80b1f3d7f2fc8254cb70de067317403
/
.
/
shell
/
hush_test
/
hush-vars
/
readonly2.tests
blob: b758d9602407ac2254c3839120a01a92db7309b9 [
file
] [
log
] [
blame
]
unset a
readonly
a
=
A
# external commands and builtins should behave the same:
(
exit
42
);
a
=
Z echo
"Visible:$?"
echo
(
exit
42
);
a
=
Z env echo
"Visible:$?"