diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-05-15 16:30:25 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-05-15 16:30:25 +0000 |
commit | 78a7c99f7fd2f6e9ed7b386e28b88319dad157de (patch) | |
tree | 0976bdb774d95a758d27dbeab282c979ba3cee4c /logread.c | |
parent | be9f44a7dfb225f03b68ad9c94539528458c84ff (diff) | |
download | busybox-78a7c99f7fd2f6e9ed7b386e28b88319dad157de.tar.gz |
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
Diffstat (limited to 'logread.c')
0 files changed, 0 insertions, 0 deletions