mirror of
https://git.busybox.net/busybox
synced 2026-02-15 22:16:09 +00:00
2 lines
95 B
Text
Executable file
2 lines
95 B
Text
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
|