hush: fix handling of } which is not a closing one in { cmd; }
[oweals/busybox.git] / shell / hush_test / hush-parsing / noeol2.tests
1 # last line has no EOL!
2 if true
3 then
4   echo 1
5 else
6   echo 2
7 fi