aboutsummaryrefslogtreecommitdiff
path: root/src/all.bash
diff options
context:
space:
mode:
authorJes Cok <xigua67damn@gmail.com>2024-03-10 20:36:44 +0800
committerGopher Robot <gobot@golang.org>2024-03-11 19:53:58 +0000
commitd85d11f101dd08496124185b3fb3236ead30308d (patch)
tree45eaed89442eef3f2699cdb6cae96e8b4a8b9e29 /src/all.bash
parent80157f4cff014abb418004c0892f4fe48ee8db2e (diff)
downloadgo-d85d11f101dd08496124185b3fb3236ead30308d.tar.gz
go-d85d11f101dd08496124185b3fb3236ead30308d.zip
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 <iant@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com> Reviewed-by: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Diffstat (limited to 'src/all.bash')
-rwxr-xr-xsrc/all.bash2
1 files changed, 1 insertions, 1 deletions
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