Merge branch 'export-quote-walkaround' of https://github.com/persmule/heads

This commit is contained in:
Trammell hudson 2018-03-08 01:07:58 -05:00
commit b2868cf3cf
No known key found for this signature in database
GPG Key ID: 687A5005935B1533

View File

@ -427,7 +427,8 @@ $(build)/$(BOARD)/tools.cpio: \
mkdir -p "$(initrd_dir)/etc" ; \
export \
| grep ' CONFIG_' \
| sed 's/^declare -x /export /' \
| sed -e 's/^declare -x /export /' \
-e 's/\\\"//g' \
> "$(initrd_dir)/etc/config" \
)
$(call do-cpio,$@,$(initrd_dir))