diff options
-rwxr-xr-x | bin/reproducible_openwrt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 "</table>" >> $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 |