From 6c4c250c9ad5eeda71436fddb5c4b63fed1fede4 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Thu, 9 Oct 2014 13:14:21 +0200 Subject: reproducible: fix minor issues in some urls --- bin/reproducible_stats.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'bin/reproducible_stats.sh') diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index 42576ac1..f96c03c0 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -205,7 +205,7 @@ create_pkg_note() { echo "" >> ${NOTE} echo " " >> ${NOTE} echo "" >> ${NOTE} - echo "Notes are stored in notes.git." >> ${NOTE} + echo "Notes are stored in notes.git." >> ${NOTE} echo "" >> ${NOTE} } @@ -295,7 +295,7 @@ append2navi_frame() { } finish_navi_frame() { - echo "notes/bugs/stats for reproducible builds" >> $NAVI + echo "notes/bugs/stats for reproducible builds" >> $NAVI } process_packages() { @@ -487,7 +487,7 @@ force_package_targets $PACKAGES_WITH_NOTES PACKAGES_WITH_NOTES=$(echo $PACKAGES_WITH_NOTES | sed -s "s# #\n#g" | sort | xargs echo) link_packages $PACKAGES_WITH_NOTES write_summary "

" -write_summary "

Notes are stored in notes.git." +write_summary "

Notes are stored in notes.git." write_summary_footer publish_summary -- cgit v1.2.3-54-g00ecf