mirror of
https://github.com/sheumann/hush.git
synced 2025-02-20 13:29:08 +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