diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-13 18:22:22 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-13 18:22:22 +0200 |
commit | fda2b4d7c5fe0c0fda557d717f1367814002fbea (patch) | |
tree | 0666eb65d9cca93e9628fbbec429da3b5c64d3d8 /bin | |
parent | ba5ab0e37571724bbbbfd99e88cdd063c69e4451 (diff) | |
download | jenkins.debian.net-fda2b4d7c5fe0c0fda557d717f1367814002fbea.tar.xz |
reproducible openwrt: fix harmless html typo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_openwrt.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_openwrt.sh b/bin/reproducible_openwrt.sh index 10d1c265..4d3c1271 100755 --- a/bin/reproducible_openwrt.sh +++ b/bin/reproducible_openwrt.sh @@ -320,7 +320,7 @@ write_page " <p>$GOOD_IMAGES ($GOOD_PERCENT_IMAGES%) out of $ALL_IMAGES bu write_page " These tests were last run on $DATE for version ${OPENWRT_VERSION}.</p>" write_explaination_table OpenWRT cat $DBD_HTML >> $PAGE -write_page " <table><tr><th>git commit built</th></tr><tr><td>><code>" +write_page " <table><tr><th>git commit built</th></tr><tr><td><code>" echo -n "$OPENWRT" >> $PAGE write_page " </code></td></tr></table>" cat $TOOLCHAIN_HTML >> $PAGE |