Jonathan Neuschäfer has uploaded this change for review.

View Change

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() {

To view, visit change 28829. To unsubscribe, or for help writing mail filters, visit settings.

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I4e00477f2e143f93fd27ba6a083977a667a3eb48
Gerrit-Change-Number: 28829
Gerrit-PatchSet: 1
Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer@gmx.net>