diff options
author | Holger Levsen <holger@layer-acht.org> | 2015-06-05 11:21:53 +0200 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2015-06-05 11:21:53 +0200 |
commit | 8cdf77266510551c1287549e4d59988fdc060996 (patch) | |
tree | dfdd18a6d7ef8401e8282a59d9a63594b3816ae3 /bin | |
parent | b8e2f5179b968977407f2797296989ee59e768c1 (diff) | |
download | jenkins.debian.net-8cdf77266510551c1287549e4d59988fdc060996.tar.xz |
reproducible: fix typo
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/reproducible_coreboot.sh | 2 |
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." |