]> Cypherpunks repositories - gostls13.git/commitdiff
all.bash: allow spaces in $GOTOOLDIR to print build info
authorJes Cok <xigua67damn@gmail.com>
Sun, 10 Mar 2024 12:36:44 +0000 (20:36 +0800)
committerGopher Robot <gobot@golang.org>
Mon, 11 Mar 2024 19:53:58 +0000 (19:53 +0000)
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>

src/all.bash

index 5f8e8fec63dc43ff9ee0f34af900cd66844cc2d2..1b8ca093e458969debfac8edfb17b17428638382 100755 (executable)
@@ -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