mirror of
https://github.com/sheumann/hush.git
synced 2025-02-13 12:31:05 +00:00
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