Jonathan Neuschäfer has uploaded this change for review. ( https://review.coreboot.org/28829
Change subject: util/crossgcc/buildgcc: Remove quotation marks around hashes ......................................................................
util/crossgcc/buildgcc: Remove quotation marks around hashes
They were not originally printed, and serve no good purpose, so lets remove them again.
Change-Id: I4e00477f2e143f93fd27ba6a083977a667a3eb48 Signed-off-by: Jonathan Neuschäfer j.neuschaefer@gmx.net --- M util/crossgcc/buildgcc 1 file changed, 1 insertion(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/29/28829/1
diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index dea42ad..42c089d 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -431,7 +431,7 @@ exit 1 fi
- printf "${GREEN}hash verified ("$known_hash")${NC}\n" + printf "${GREEN}hash verified (${known_hash})${NC}\n" }
unpack_and_patch() {