data/method/busybox/busybox-1.36.0/shell/hush_test/hush-vars/readonly3.tests

5 lines
102 B
Plaintext
Raw Normal View History

2024-01-29 10:44:43 +08:00
readonly v=1
# there was a bug causing second assignment to be not checked
v=2 v=3 echo $v
echo Ok:$v