summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xbin/reproducible_html_indexes.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/reproducible_html_indexes.sh b/bin/reproducible_html_indexes.sh
index 176077c5..2a44446a 100755
--- a/bin/reproducible_html_indexes.sh
+++ b/bin/reproducible_html_indexes.sh
@@ -159,7 +159,9 @@ for STATE in $ALLSTATES ; do
link_packages ${PACKAGES}
write_page "</code></p>"
write_page
- write_page_meta_sign
+ if [ $COUNT -ne 0 ] ; then
+ write_page_meta_sign
+ fi
write_page_footer
publish_page
done