From cb76069e871d503cd0d1687f87d047d4c7dfea64 Mon Sep 17 00:00:00 2001 From: Jonathan Neuschäfer Date: Mon, 1 Oct 2018 09:45:49 +0200 Subject: util/crossgcc/buildgcc: Remove quotation marks around hashes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They were not originally printed, and serve no good purpose, so let's remove them again. Change-Id: I4e00477f2e143f93fd27ba6a083977a667a3eb48 Signed-off-by: Jonathan Neuschäfer Reviewed-on: https://review.coreboot.org/c/28829 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi --- util/crossgcc/buildgcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/crossgcc/buildgcc') diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index dea42adaa9..42c089d435 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -431,7 +431,7 @@ verify_hash() { exit 1 fi - printf "${GREEN}hash verified (\"$known_hash\")${NC}\n" + printf "${GREEN}hash verified (${known_hash})${NC}\n" } unpack_and_patch() { -- cgit v1.2.3