busybox/shell
Eric Andersen 4ed5e37d4b 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
2001-05-01 01:49:50 +00:00
..
cmdedit.c Some patches from Gennady Feldman. Fixed a glob problem such that 2001-04-23 15:28:28 +00:00
cmdedit.h Update the lash shell (hopefully the last time...) so things like 2001-03-13 22:57:56 +00:00
hush.c Another hush update from Larry: 2001-05-01 01:49:50 +00:00
lash.c Moved some #ifdefs down below #include "busybox.h" where they belong. 2001-04-25 17:10:30 +00:00