From 44dc410973d89a7f7f98eff8762dd0deb34cbe45 Mon Sep 17 00:00:00 2001 From: Alex Brainman Date: Mon, 25 Mar 2013 12:13:34 +1100 Subject: all.bat,make.bat,run.bat: make these work even when directory has space in it R=golang-dev, bradfitz CC=golang-dev https://codereview.appspot.com/7510048 --- src/all.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/all.bat') 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% -- cgit v1.2.1