File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ set GOBIN=
79
79
" %GOROOT_BOOTSTRAP% \bin\go" build -o cmd\dist\dist.exe .\cmd\dist
80
80
endlocal
81
81
if errorlevel 1 goto fail
82
- .\cmd\dist\dist env -w -p > env.bat
82
+ .\cmd\dist\dist.exe env -w -p > env.bat
83
83
if errorlevel 1 goto fail
84
84
call env.bat
85
85
del env.bat
@@ -103,7 +103,7 @@ if x%4==x--no-banner set buildall=%buildall% --no-banner
103
103
:: Run dist bootstrap to complete make.bash.
104
104
:: Bootstrap installs a proper cmd/dist, built with the new toolchain.
105
105
:: Throw ours, built with Go 1.4, away after bootstrap.
106
- .\cmd\dist\dist bootstrap %vflag% %buildall%
106
+ .\cmd\dist\dist.exe bootstrap %vflag% %buildall%
107
107
if errorlevel 1 goto fail
108
108
del .\cmd\dist\dist.exe
109
109
goto end
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ goto end
18
18
set GOROOT = %CD% \..
19
19
call make.bat --dist-tool > NUL
20
20
if errorlevel 1 goto fail
21
- .\cmd\dist\dist env -w -p > env.bat
21
+ .\cmd\dist\dist.exe env -w -p > env.bat
22
22
if errorlevel 1 goto fail
23
23
call env.bat
24
24
del env.bat
You can’t perform that action at this time.
0 commit comments