nt9856x/BSP/busybox/shell/hush_test/hush-vars/readonly3.tests
2023-03-28 15:07:53 +08:00

5 lines
102 B
Plaintext
Executable File

readonly v=1
# there was a bug causing second assignment to be not checked
v=2 v=3 echo $v
echo Ok:$v