diff --git a/src/run.bat b/src/run.bat index 896c4ac3ec..69c181854b 100644 --- a/src/run.bat +++ b/src/run.bat @@ -30,7 +30,7 @@ rem TODO avoid rebuild if possible if x%1==x--no-rebuild goto norebuild echo ##### Building packages and commands. -go install -a -v std cmd +..\bin\go install -a -v std cmd if errorlevel 1 goto fail echo. :norebuild