Sign in
coral
/
busybox
/
fb957125d8aa83c9df6e54292327983a51ee7ffd
/
.
/
shell
/
hush_test
/
hush-vars
/
readonly3.tests
blob: 17780cfdaa617c53e9bb12aa84855ba46ac8d087 [
file
] [
log
] [
blame
]
readonly
v
=
1
# there was a bug causing second assignment to be not checked
v
=
2
v
=
3
echo $v
echo
Ok
:
$v