summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_coreboot.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-06 14:48:27 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-06 14:48:27 +0200
commit6b6b3e9fe2e222b4ec55d171f88e941f7bacd452 (patch)
tree2f6a6ec6156759c17a76b756d7430bcb6c2f116e /bin/reproducible_coreboot.sh
parent625c25f647328e39f695c9eafc7a954a11cd1e78 (diff)
downloadjenkins.debian.net-6b6b3e9fe2e222b4ec55d171f88e941f7bacd452.tar.xz
reproducible coreboot: fix typos
Diffstat (limited to 'bin/reproducible_coreboot.sh')
-rwxr-xr-xbin/reproducible_coreboot.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index 02288a48..96f6191c 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -210,7 +210,7 @@ echo "==========================================================================
create_results_dirs
PAGE=$BASE/coreboot/coreboot.html
-echo "<html><head></head><body><h1>Reproducible Coreboot</h2><p>This is work in progress - only TZ, LAND and LC_CTYPE variations yet and no fancy html.</p><pre>" > $PAGE
+echo "<html><head></head><body><h1>Reproducible Coreboot</h2><p>This is work in progress - only TZ, LANG and LC_CTYPE variations yet and no fancy html.</p><pre>" > $PAGE
echo -n $COREBOOT >> $PAGE
echo "</pre><ul>" >> $PAGE
@@ -226,7 +226,7 @@ for i in * ; do
done
echo "</ul></body></html>" >> $PAGE
cd ..
-echo "Enjoy $REPRODUCIBLE_URL/coreboot.html"
+echo "Enjoy $REPRODUCIBLE_URL/coreboot/coreboot.html"
#build_rebuild # defines FTBFS
#if [ $FTBFS -eq 0 ] ; then