From d85d11f101dd08496124185b3fb3236ead30308d Mon Sep 17 00:00:00 2001 From: Jes Cok Date: Sun, 10 Mar 2024 20:36:44 +0800 Subject: [PATCH] all.bash: allow spaces in $GOTOOLDIR to print build info For consistency with all.bat: "%GOTOOLDIR%/dist" banner Fixes #66061 Change-Id: I3387003a77a5fe82fe132e7aba472b06dd9068f5 Reviewed-on: https://go-review.googlesource.com/c/go/+/570395 Auto-Submit: Ian Lance Taylor Reviewed-by: Cherry Mui Reviewed-by: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI --- src/all.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/all.bash b/src/all.bash index 5f8e8fec63..1b8ca093e4 100755 --- a/src/all.bash +++ b/src/all.bash @@ -10,4 +10,4 @@ if [ ! -f make.bash ]; then fi . ./make.bash "$@" --no-banner bash run.bash --no-rebuild -$GOTOOLDIR/dist banner # print build info +"$GOTOOLDIR/dist" banner # print build info -- 2.48.1