This patch covers one big part of variable handling.
authorEric Andersen <andersen@codepoet.org>
Tue, 15 May 2001 16:30:25 +0000 (16:30 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 15 May 2001 16:30:25 +0000 (16:30 -0000)
commit78a7c99f7fd2f6e9ed7b386e28b88319dad157de
tree0976bdb774d95a758d27dbeab282c979ba3cee4c
parentbe9f44a7dfb225f03b68ad9c94539528458c84ff
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
hush.c
shell/hush.c