Another hush update from Larry:
authorEric Andersen <andersen@codepoet.org>
Tue, 1 May 2001 01:49:50 +0000 (01:49 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 1 May 2001 01:49:50 +0000 (01:49 -0000)
commit4ed5e37d4b6569b16758ae736084d96f6f19a0ac
tree0424bb0d95468696e906f17a5d5232427eb858db
parent3f99b567b8500be6095f4ef36d6733873ebfe0c8
Another hush update from Larry:

    Minor improvements.  Something is still broken with running
    scripts via "hush filename".  All the following are now handled
    acceptably (matches ash, not bash).

    if true; then echo foo1; fi
    if
     true; then echo foo2; fi
    if true; false; then echo bar; else echo foo3; fi
    if true || false; then echo foo4; fi

  - Larry
hush.c
shell/hush.c