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

3 lines
95 B
Plaintext
Raw Normal View History

2024-01-29 10:44:43 +08:00
# the bug was easier to trigger in one-liner form
a=a; b=b; f() { a=A; b=B; }; a= f; echo $a$b