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@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"