]> Cypherpunks repositories - gostls13.git/commitdiff
src/make.bat: add missing go.exe extension
authorGoo <liuwanle2010@gmail.com>
Sat, 25 Aug 2018 22:35:38 +0000 (22:35 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sat, 25 Aug 2018 22:42:46 +0000 (22:42 +0000)
Got error:
'go' is not an internal or external command, nor is it a runnable program

Change-Id: Ie45a3a12252fa01b67ca09ef8fbb5b4bbf728fe7
GitHub-Last-Rev: 451815cacd9bfc509fa0aab3be54303797e605a2
GitHub-Pull-Request: golang/go#27214
Reviewed-on: https://go-review.googlesource.com/131397
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/make.bat

index 590e639830db82bcd6943feeda9ae0236a268a78..9ca7afb5aa97900c20dd6483567f05fe8932d1ac 100644 (file)
@@ -77,7 +77,7 @@ set GOROOT=%GOROOT_BOOTSTRAP%
 set GOOS=
 set GOARCH=
 set GOBIN=
-"%GOROOT_BOOTSTRAP%\bin\go" build -o cmd\dist\dist.exe .\cmd\dist
+"%GOROOT_BOOTSTRAP%\bin\go.exe" build -o cmd\dist\dist.exe .\cmd\dist
 endlocal
 if errorlevel 1 goto fail
 .\cmd\dist\dist.exe env -w -p >env.bat