From ef4671fbfa2175af433b37e53a97f5834c10db11 Mon Sep 17 00:00:00 2001 From: Menghan Li Date: Tue, 9 Mar 2021 10:41:33 -0800 Subject: [PATCH] [v1.34.x] skip setting PATH in vet.sh --- vet.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/vet.sh b/vet.sh index b41df6dc8607..4316b3419f4d 100755 --- a/vet.sh +++ b/vet.sh @@ -28,8 +28,6 @@ cleanup() { } trap cleanup EXIT -PATH="${GOPATH}/bin:${GOROOT}/bin:${PATH}" - if [[ "$1" = "-install" ]]; then # Check for module support if go help mod >& /dev/null; then