aboutsummaryrefslogtreecommitdiff
path: root/src/race.bat
diff options
context:
space:
mode:
Diffstat (limited to 'src/race.bat')
-rw-r--r--src/race.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/race.bat b/src/race.bat
index e8df480811..e1c3fbf5d9 100644
--- a/src/race.bat
+++ b/src/race.bat
@@ -18,7 +18,7 @@ goto end
set GOROOT=%CD%\..
call make.bat --dist-tool >NUL
if errorlevel 1 goto fail
-.\cmd\dist\dist env -w -p >env.bat
+.\cmd\dist\dist.exe env -w -p >env.bat
if errorlevel 1 goto fail
call env.bat
del env.bat