hush/shell
Eric Andersen 78a7c99f7f This patch covers one big part of variable handling.
$ a=b foo
should be handled correctly.
$ a=b
is parsed OK, but the actual variable setting is not
yet written.  Except for some weird exceptions related
to quoting rules, this code passes (matches ash behavior)
all the tests I threw at it.

If someone now writes set_local_var(), and updates lookup_param()
to match, we can claim success!

       - Larry
2001-05-15 16:30:25 +00:00
..
cmdedit.c Fix a segfault in lash, hush, and cmdedit. Each of these used 2001-05-11 16:58:46 +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 This patch covers one big part of variable handling. 2001-05-15 16:30:25 +00:00
lash.c Fix up some silly warnings 2001-05-11 18:08:16 +00:00