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:
parent
7750fc894a
commit
9a469e6ab5
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user