mirror of
https://github.com/sheumann/hush.git
synced 2025-03-24 12:34:00 +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