hush/shell/hush_test
Denys Vlasenko 00ae989ee5 hush: fix a corner case of empty "do \n done" structure
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>
2011-05-31 17:35:45 +02:00
..
2010-09-10 10:19:22 +02:00
2010-01-12 23:29:57 +01:00
2010-01-12 06:47:39 +01:00
2009-05-21 17:45:26 -04:00
2011-05-09 01:05:33 +02:00