summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-03-02 21:03:26 +0100
committerHolger Levsen <holger@layer-acht.org>2015-03-02 21:03:26 +0100
commit3cd1da1d392b32c1659ff3340ba89959cd9a9f74 (patch)
tree7de8ec35349be0f1bbf856a6ad3a2cf0b72fc1f0
parent81ffebae7186534dd7c2d5d17273fa2960553845 (diff)
downloadjenkins.debian.net-3cd1da1d392b32c1659ff3340ba89959cd9a9f74.tar.xz
fix typo
-rwxr-xr-xbin/reproducible_html_dd_list.sh2
1 files changed, 1 insertions, 1 deletions
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"