[BusyBox-cvs] cvs commit to busybox by andersen

andersen at busybox.net andersen at busybox.net
Tue May 1 02:49:50 UTC 2001


Repository: busybox
who:        andersen
time:       Mon Apr 30 19:49:50 MDT 2001


Log Message:

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



Files:

changed:    hush.c






More information about the busybox-cvs mailing list