(#6544) cloned istio repository path should not have double quotes (#6555)

This commit is contained in:
Suchith J N 2020-02-26 20:03:23 +05:30 committed by GitHub
parent dab58f289d
commit c0fedc1aa4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 2 deletions

5
.gitignore vendored
View File

@ -21,4 +21,7 @@ install/**
samples/**
# contains the built artifacts
out/**
out/**
# contains cloned istio repository
go/**

View File

@ -14,7 +14,7 @@ GOPATH ?= $(shell cd ${ISTIOIO_GO}/../../..; pwd)
export GOPATH
# Set the directory for Istio source.
ISTIO_GO ?= "${GOPATH}/src/istio.io/istio"
ISTIO_GO ?= ${GOPATH}/src/istio.io/istio
export ISTIO_GO
# If GOPATH is made up of several paths, use the first one for our targets in this Makefile