summaryrefslogtreecommitdiff
path: root/src/all.bat
diff options
context:
space:
mode:
Diffstat (limited to 'src/all.bat')
-rw-r--r--src/all.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/all.bat b/src/all.bat
index 8929f7727..0647a715b 100644
--- a/src/all.bat
+++ b/src/all.bat
@@ -20,7 +20,7 @@ if %GOBUILDFAIL%==1 goto end
:: can get the original %PATH% and give suggestion to add %GOROOT%/bin
:: to %PATH% if necessary.
set PATH=%OLDPATH%
-%GOTOOLDIR%/dist banner
+"%GOTOOLDIR%/dist" banner
:end
if x%GOBUILDEXIT%==x1 exit %GOBUILDFAIL%