mirror of
https://github.com/sheumann/hush.git
synced 2025-01-12 14:30:54 +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