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 fc4220aa..86a484e6 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -316,7 +316,7 @@ for i in * ; do done cd .. done -echo " <table><tr><th>Unreproducible packages</th></tr>" >> $DBD_HTML +echo " <table><tr><th>Unreproducible and otherwise broken packages</th></tr>" >> $DBD_HTML cat $DBD_BAD_PKGS_HTML >> $DBD_HTML echo " </table>" >> $DBD_HTML echo " <table><tr><th>Reproducible packages</th></tr>" >> $DBD_HTML |