Commits

Eric Andersen committed 67776bef590
Simon Poole reports that awk segfaults when environment variables with no value exist, i.e. $ export BOB='' % ./busybox awk Segmentation fault This patch teaches awk to not blow chunks on empty env variables. -Erik