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