mirror of
https://github.com/sheumann/hush.git
synced 2025-01-13 06:30:09 +00:00
67776bef59
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