Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-05-31 | hush: fix a corner case of empty "do \n done" structure | Denys 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> |