hush: fix bug where in "var=val func" var's value is not visible in func
[oweals/busybox.git] / shell / hush_test / hush-vars / var_preserved.right
1 a=b
2 a=b
3 a=b
4 OK