From b56e5466e66d280dbdcc397e183c11b1730974d6 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 24 May 2015 00:00:25 +0200 Subject: reproducible: be correct --- bin/reproducible_html_graphs.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_html_graphs.sh b/bin/reproducible_html_graphs.sh index 4a3850d0..6015dbdf 100755 --- a/bin/reproducible_html_graphs.sh +++ b/bin/reproducible_html_graphs.sh @@ -596,7 +596,7 @@ create_main_stats_page() { local NUM_CPU=$(cat /proc/cpuinfo |grep ^processor|wc -l) write_page "number of cores used$NUM_CPU$(echo $NUM_CPU-1|bc)" write_page "year, month, datetoday ($DATE)same for both builds (currently, work in progress)" - write_page "hour, minutehour is usually the same...the minute differs (currently, work in progress)" + write_page "hour, minutehour is usually the same... (currently, work in progress)the minute differs" write_page "everything else... is the same. So far, this is just about the prospects of reproducible builds of Debian..." write_page "" # write build per day graph -- cgit v1.2.3-54-g00ecf