1
0
mirror of https://github.com/golang/go synced 2024-11-12 06:40:22 -07:00

make.bat: remove double quotes

Fixes #2974.

R=golang-dev, r, rsc
CC=golang-dev
https://golang.org/cl/5653052
This commit is contained in:
Alex Brainman 2012-02-10 11:48:22 +11:00
parent 7750fc894a
commit 9a469e6ab5

View File

@ -16,9 +16,9 @@ goto fail
:: backslashes. Then we wrap that in quotes to create
:: a C string.
cd ..
set GOROOT="%CD%"
set GOROOT=%CD%
cd src
if "x%GOROOT_FINAL%"=="x" set GOROOT_FINAL="%GOROOT%"
if "x%GOROOT_FINAL%"=="x" set GOROOT_FINAL=%GOROOT%
set DEFGOROOT=-DGOROOT_FINAL="\"%GOROOT_FINAL:\=\\%\""
echo # Building C bootstrap tool.