From e2ef3cf8e3ba130fe7388c905fc06aa3ff8b0506 Mon Sep 17 00:00:00 2001 From: Idwer Vollering Date: Tue, 15 Aug 2017 00:53:13 +0200 Subject: buildgcc: surround *.log with apostrophes when build fails Apparently the script's output text is unclear. Emphasize the file name, keeping the dot to close the sentence. Change-Id: I1f214b71629eda5fc54e5671ce63e58948343656 Signed-off-by: Idwer Vollering Reviewed-on: https://review.coreboot.org/21012 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Nico Huber --- util/crossgcc/buildgcc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/crossgcc/buildgcc') diff --git a/util/crossgcc/buildgcc b/util/crossgcc/buildgcc index 724a4cb5b3..dcfb9a6b45 100755 --- a/util/crossgcc/buildgcc +++ b/util/crossgcc/buildgcc @@ -411,7 +411,7 @@ generic_build() 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" -- cgit v1.2.3