blob: e8865861e2d84d3975f34ec6f169f8a8d84c3221 [file] [log] [blame]
Denys Vlasenkod358b0b2018-04-05 00:51:55 +02001# the bug was easier to trigger in one-liner form
2a=a; b=b; f() { a=A; b=B; }; a= f; echo $a$b