Fix this case. No, really this time.
authorEric Andersen <andersen@codepoet.org>
Tue, 22 May 2001 21:37:48 +0000 (21:37 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 22 May 2001 21:37:48 +0000 (21:37 -0000)
commit9978576f15b5bc1a60543e24722584b36b574933
treec1251e440e1546b0ab892c2f6b1974aa639beaea
parentaeb44c4da620cd4ec1c4f1e4f15fb227ec4dc8dc
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
hush.c
shell/hush.c