aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-misc/while3.right (follow)
Commit message (Collapse)AuthorAgeFilesLines
* hush: fix a corner case of empty "do \n done" structureDenys Vlasenko2011-05-311-0/+1
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>