aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/while3.right
AgeCommit message (Collapse)Author
2011-05-31hush: fix a corner case of empty "do \n done" structureDenys Vlasenko
The structure is: while cmd; do done bash doesn't accept it at all. We were accepting it but execution was buggy. Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>