From 9a0e97b2538a5032ecc6d0b34f924aa51ef3e06e Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sat, 13 Jun 2015 18:07:14 +0200 Subject: reproducible openwrt: correctly include the banner --- bin/reproducible_openwrt.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_openwrt.sh') diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index 7863b543..d44de371 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -212,7 +212,7 @@ done echo "" >> $TOOLCHAIN_HTML # get banner BANNER_HTML=$(mktemp) -find build_dir/ -name banner | grep etc/banner|head -1 >> $BANNER_HTML +cat $(find build_dir/ -name banner | grep etc/banner|head -1) >> $BANNER_HTML # clean up builddir to save space on tmpfs rm -r $TMPBUILDDIR/openwrt -- cgit v1.2.3-54-g00ecf