Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DIST_UNMODIFIED_PATH (0.19 sec)

  1. src/cmd/dist/build.go

    		pathsep := ":"
    		if gohostos == "windows" {
    			pathsep = ";"
    		}
    		path := os.Getenv("PATH")
    		if p, ok := os.LookupEnv("DIST_UNMODIFIED_PATH"); ok {
    			// Scripts that modify $PATH and then run dist should also provide
    			// dist with an unmodified copy of $PATH via $DIST_UNMODIFIED_PATH.
    			// Use it here when determining if the user still needs to update
    			// their $PATH. See go.dev/issue/42563.
    			path = p
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 18:34:40 UTC 2024
    - 54K bytes
    - Viewed (0)
Back to top