summaryrefslogtreecommitdiffstats
path: root/util/crossgcc
diff options
context:
space:
mode:
authorJonathan Neuschäfer <j.neuschaefer@gmx.net>2018-10-01 09:45:49 +0200
committerPatrick Georgi <pgeorgi@google.com>2018-12-19 17:02:01 +0000
commitcb76069e871d503cd0d1687f87d047d4c7dfea64 (patch)
treec573fec17f8095a9dfec4ba11da81a512a748879 /util/crossgcc
parent0ca3a0792d550ef75b3a1b207f4bf04eb83e507f (diff)
downloadcoreboot-cb76069e871d503cd0d1687f87d047d4c7dfea64.tar.gz
coreboot-cb76069e871d503cd0d1687f87d047d4c7dfea64.tar.bz2
coreboot-cb76069e871d503cd0d1687f87d047d4c7dfea64.zip
util/crossgcc/buildgcc: Remove quotation marks around hashes
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 <j.neuschaefer@gmx.net> Reviewed-on: https://review.coreboot.org/c/28829 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/crossgcc')
-rwxr-xr-xutil/crossgcc/buildgcc2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index dea42adaa91c..42c089d43531 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() {