summaryrefslogtreecommitdiff
path: root/src/make.bat
diff options
context:
space:
mode:
authorAlex Brainman <alex.brainman@gmail.com>2013-03-25 12:13:34 +1100
committerAlex Brainman <alex.brainman@gmail.com>2013-03-25 12:13:34 +1100
commit44dc410973d89a7f7f98eff8762dd0deb34cbe45 (patch)
tree84993fadbb37f5fade11a1df40193ee259bb2349 /src/make.bat
parent4e70e7fd499adfed7774d4b114fa58b1e905f3e5 (diff)
downloadgo-44dc410973d89a7f7f98eff8762dd0deb34cbe45.tar.gz
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
Diffstat (limited to 'src/make.bat')
-rw-r--r--src/make.bat4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/make.bat b/src/make.bat
index be1c8f52d..c1f171de4 100644
--- a/src/make.bat
+++ b/src/make.bat
@@ -109,8 +109,8 @@ if x%1==x--no-banner goto nobanner
goto end
:copydist
-mkdir %GOTOOLDIR% 2>NUL
-copy cmd\dist\dist.exe %GOTOOLDIR%\
+mkdir "%GOTOOLDIR%" 2>NUL
+copy cmd\dist\dist.exe "%GOTOOLDIR%\"
goto end
:fail