[coreboot-gerrit] Change in coreboot[master]: util/crossgcc/buildgcc: Remove quotation marks around hashes

Jonathan Neuschäfer (Code Review) gerrit at coreboot.org
Sun Sep 30 22:03:00 CEST 2018


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 at 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 https://review.coreboot.org/28829
To unsubscribe, or for help writing mail filters, visit https://review.coreboot.org/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 at gmx.net>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20180930/8735ee36/attachment-0001.html>


More information about the coreboot-gerrit mailing list