diff options
author | Mattia Rizzolo <mattia@mapreri.org> | 2015-04-21 10:28:30 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-04-21 10:34:48 +0200 |
commit | 8f671dfdba262ee892d15e61d74cd5e79b407877 (patch) | |
tree | 9f99abbe6f2dfb353ab300bed53bcd23df004dbf | |
parent | 97728ab23003c1cff8fc288ed48091a5c486c830 (diff) | |
download | jenkins.debian.net-8f671dfdba262ee892d15e61d74cd5e79b407877.tar.xz |
reproducible: build: fix typo
-rwxr-xr-x | bin/reproducible_build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_build.sh b/bin/reproducible_build.sh index 642d557a..1e6dcc14 100755 --- a/bin/reproducible_build.sh +++ b/bin/reproducible_build.sh @@ -75,7 +75,7 @@ save_artifacts() { echo "<p>" > $HEADER printf "$msg" | sed 's#$#<br />#g' >> $HEADER echo "Package page: <a href=\"$REPRODUCIBLE_URL/${SUITE}/${ARCH}/${SRCPACKAGE}\">$REPRODUCIBLE_URL/${SUITE}/${ARCH}/${SRCPACKAGE}</a><br />" >> $HEADER - echo "</p>" >> $HEADER4 + echo "</p>" >> $HEADER chmod 644 $HEADER echo | tee -a ${RBUILDLOG} # irc message |