Sign in
coral
/
busybox
/
fb957125d8aa83c9df6e54292327983a51ee7ffd
/
.
/
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:$?"