]> Cypherpunks.ru repositories - gostls13.git/blobdiff - src/run.rc
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / src / run.rc
index a7b4801207051ae105eb44d639bf5876bf32e756..704290ca5ed1fdcc1a2016bf84e03155aa972741 100755 (executable)
@@ -10,11 +10,8 @@ if(! test -f ../bin/go){
        exit wrongdir
 }
 
-eval `{../bin/go env}
+GOENV=off
+eval `{../bin/go tool dist env}
 
 GOPATH=/nonexist-gopath
-GOBIN=() # Issue 14340
-GOFLAGS=()
-GO111MODULE=()
-
 exec ../bin/go tool dist test -rebuild $*