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

3 lines
95 B
Plaintext
Executable File

# the bug was easier to trigger in one-liner form
a=a; b=b; f() { a=A; b=B; }; a= f; echo $a$b