mirror of
https://github.com/golang/go
synced 2024-11-22 05:14:40 -07:00
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>
This commit is contained in:
parent
80157f4cff
commit
d85d11f101
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user