[coreboot-gerrit] Change in coreboot[master]: toolchain: surround *.log with apostrophes

Idwer Vollering (Code Review) gerrit at coreboot.org
Tue Aug 15 00:58:37 CEST 2017


Idwer Vollering has uploaded this change for review. ( https://review.coreboot.org/21012


Change subject: toolchain: surround *.log with apostrophes
......................................................................

toolchain: surround *.log with apostrophes

Change-Id: I1f214b71629eda5fc54e5671ce63e58948343656
Signed-off-by: Idwer Vollering <vidwer at gmail.com>
---
M util/crossgcc/buildgcc
1 file changed, 1 insertion(+), 1 deletion(-)



  git pull ssh://review.coreboot.org:29418/coreboot refs/changes/12/21012/1

diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc
index 724a4cb..1499817 100755
--- a/util/crossgcc/buildgcc
+++ b/util/crossgcc/buildgcc
@@ -411,7 +411,7 @@
 		if [ ! -f "$builddir/.failed" ]; then
 			touch "$success";
 		else
-			printf "${RED}failed${NC}. Check $builddir/build.log.\n"
+			printf "${RED}failed${NC}. Check '$builddir/build.log'\n"
 			exit 1
 		fi
 		printf "${green}ok${NC}\n"

-- 
To view, visit https://review.coreboot.org/21012
To unsubscribe, visit https://review.coreboot.org/settings

Gerrit-Project: coreboot
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I1f214b71629eda5fc54e5671ce63e58948343656
Gerrit-Change-Number: 21012
Gerrit-PatchSet: 1
Gerrit-Owner: Idwer Vollering <vidwer at gmail.com>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.coreboot.org/pipermail/coreboot-gerrit/attachments/20170814/730f1e89/attachment-0001.html>


More information about the coreboot-gerrit mailing list