[PATCH] hush.c - export -n flag support

Bayram Kurumahmut kbayram at ubicom.com
Sun Apr 19 19:12:55 UTC 2009


Add support for export '-n' flag 

Tested as the followings

# export A=1 B=2
# export -n A=1
# export -n B
# export A=1 B=2 C=3
# export -n A B=2 C

Regards,
Bayram

-------------- next part --------------
A non-text attachment was scrubbed...
Name: hush-export-n-support.patch
Type: text/x-diff
Size: 1032 bytes
Desc: patch for export n flag support for hush
URL: <http://lists.busybox.net/pipermail/busybox/attachments/20090419/a4e334cd/attachment.bin>


More information about the busybox mailing list