hush/shell
Eric Andersen caeeb36784 This fixes lash so it handles environment variable expansion, regardless
of where the environment variables are located in an argument.  This allows
things like 'echo foo$1$SHELL' to expand the same way bash would expand it.
Of course, to make this work I introduced a memory leak, and I am too tired
to find a way to fix it.
 -Erik
2001-02-20 06:38:44 +00:00
..
cmdedit.c It turns out that DODMALLOC was broken when I reorganized busybox.h 2001-02-20 06:14:08 +00:00
cmdedit.h Update interface per what now exists... 2001-01-04 11:09:00 +00:00
lash.c This fixes lash so it handles environment variable expansion, regardless 2001-02-20 06:38:44 +00:00