From 3cd1da1d392b32c1659ff3340ba89959cd9a9f74 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Mon, 2 Mar 2015 21:03:26 +0100 Subject: fix typo --- bin/reproducible_html_dd_list.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/reproducible_html_dd_list.sh b/bin/reproducible_html_dd_list.sh index 2f61dc6c..b03bfc08 100755 --- a/bin/reproducible_html_dd_list.sh +++ b/bin/reproducible_html_dd_list.sh @@ -16,7 +16,7 @@ ARCH="amd64" init_html VIEW=dd-list -for $SUITE in $SUITES ; do +for SUITE in $SUITES ; do PAGE=$SUITE/index_${VIEW}.html echo "$(date) - starting to write $PAGE page." write_page_header $VIEW "Overview of maintainers of unreproducible packages in $SUITE" -- cgit v1.2.3-54-g00ecf