diff options
author | Jonathan Neuschäfer <j.neuschaefer@gmx.net> | 2018-10-01 09:45:49 +0200 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2018-12-19 17:02:01 +0000 |
commit | cb76069e871d503cd0d1687f87d047d4c7dfea64 (patch) | |
tree | c573fec17f8095a9dfec4ba11da81a512a748879 /util/crossgcc | |
parent | 0ca3a0792d550ef75b3a1b207f4bf04eb83e507f (diff) |
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-x | util/crossgcc/buildgcc | 2 |
1 files changed, 1 insertions, 1 deletions
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() { |