mirror of
https://git.busybox.net/busybox
synced 2025-05-13 14:14:01 +02:00
4 lines
102 B
Text
Executable file
4 lines
102 B
Text
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
|