[BusyBox-cvs] cvs commit to busybox by andersen

andersen at busybox.net andersen at busybox.net
Tue May 15 16:30:25 UTC 2001


Repository: busybox
who:        andersen
time:       Tue May 15 10:30:25 MDT 2001


Log Message:

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


Files:

changed:    hush.c






More information about the busybox-cvs mailing list