Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
busybox
/
9abf53beb48b40e98d50fd35f445d6474af3a494
/
.
/
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