[BusyBox-cvs] cvs commit to busybox by andersen

andersen at busybox.net andersen at busybox.net
Tue May 22 21:37:48 UTC 2001


Repository: busybox
who:        andersen
time:       Tue May 22 15:37:48 MDT 2001


Log Message:

Fix this case.  No, really this time.
    unset FOO
    export FOO=bar
    FOO=baz
    echo "global env: " `env | grep ^FOO`
    echo "local env:  " `set | grep ^FOO`
 -Erik


Files:

changed:    hush.c






More information about the busybox-cvs mailing list