Skip to content

Commit 30b080e

Browse files
l-webradfitz
authored andcommitted
src/make.bat: add missing go.exe extension
Got error: 'go' is not an internal or external command, nor is it a runnable program Change-Id: Ie45a3a12252fa01b67ca09ef8fbb5b4bbf728fe7 GitHub-Last-Rev: 451815c GitHub-Pull-Request: #27214 Reviewed-on: https://go-review.googlesource.com/131397 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
1 parent d145d92 commit 30b080e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/make.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ set GOROOT=%GOROOT_BOOTSTRAP%
7777
set GOOS=
7878
set GOARCH=
7979
set GOBIN=
80-
"%GOROOT_BOOTSTRAP%\bin\go" build -o cmd\dist\dist.exe .\cmd\dist
80+
"%GOROOT_BOOTSTRAP%\bin\go.exe" build -o cmd\dist\dist.exe .\cmd\dist
8181
endlocal
8282
if errorlevel 1 goto fail
8383
.\cmd\dist\dist.exe env -w -p >env.bat

0 commit comments

Comments
 (0)