hush/shell
Eric Andersen 9978576f15 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
2001-05-22 21:37:48 +00:00
..
cmdedit.c Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug 2001-05-21 20:30:51 +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 Fix this case. No, really this time. 2001-05-22 21:37:48 +00:00
lash.c Patch from Lars Kellogg-Stedman <lars@larsshack.org> to fix bug 2001-05-21 20:30:51 +00:00