From 8cdf77266510551c1287549e4d59988fdc060996 Mon Sep 17 00:00:00 2001 From: Holger Levsen Date: Fri, 5 Jun 2015 11:21:53 +0200 Subject: reproducible: fix typo --- bin/reproducible_coreboot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/reproducible_coreboot.sh') 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." -- cgit v1.2.3-54-g00ecf