Skip to content

Commit d85d11f

Browse files
callthingsoffgopherbot
authored andcommitted
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 <[email protected]> Reviewed-by: Cherry Mui <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 80157f4 commit d85d11f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/all.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@ if [ ! -f make.bash ]; then
1010
fi
1111
. ./make.bash "$@" --no-banner
1212
bash run.bash --no-rebuild
13-
$GOTOOLDIR/dist banner # print build info
13+
"$GOTOOLDIR/dist" banner # print build info

0 commit comments

Comments
 (0)