summaryrefslogtreecommitdiffstats
path: root/bin/reproducible_coreboot.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2015-06-05 11:21:53 +0200
committerHolger Levsen <holger@layer-acht.org>2015-06-05 11:21:53 +0200
commit8cdf77266510551c1287549e4d59988fdc060996 (patch)
treedfdd18a6d7ef8401e8282a59d9a63594b3816ae3 /bin/reproducible_coreboot.sh
parentb8e2f5179b968977407f2797296989ee59e768c1 (diff)
downloadjenkins.debian.net-8cdf77266510551c1287549e4d59988fdc060996.tar.xz
reproducible: fix typo
Diffstat (limited to 'bin/reproducible_coreboot.sh')
-rwxr-xr-xbin/reproducible_coreboot.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/reproducible_coreboot.sh b/bin/reproducible_coreboot.sh
index 67343180..e36b6545 100755
--- a/bin/reproducible_coreboot.sh
+++ b/bin/reproducible_coreboot.sh
@@ -148,7 +148,7 @@ echo "$(date) - Cloning the coreboot git repository with submodules now."
echo "============================================================================="
git clone --recursive http://review.coreboot.org/p/coreboot.git
cd coreboot
-COREBOOT="$(git log -1 | head 3)"
+COREBOOT="$(git log -1 | head -3)"
echo "============================================================================="
echo "$(date) - Building cross compilers for ${ARCHS} now."