From 4eb55879708f2b0057cf50bb2f413af48c0fcdbe Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Sun, 5 Oct 2014 21:32:00 +0200 Subject: reproducible: fixup: fix navi and include build date in frames --- bin/reproducible_stats.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_stats.sh') diff --git a/bin/reproducible_stats.sh b/bin/reproducible_stats.sh index 60c1ec2f..7a38be7e 100755 --- a/bin/reproducible_stats.sh +++ b/bin/reproducible_stats.sh @@ -63,7 +63,7 @@ init_navi_frame() { echo "

" > $NAVI echo "$1: " >> $NAVI BUILD_DATE=$(sqlite3 -init $INIT $PACKAGES_DB "SELECT build_date FROM source_packages WHERE name = \"$PKG\"") - echo "($BUILD_DATE) " + echo "($BUILD_DATE) " >> $NAVI } append2navi_frame() { -- cgit v1.2.3-70-g09d2