We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0865fcc commit bc19a41Copy full SHA for bc19a41
util/system/path.go
@@ -16,7 +16,7 @@ const DefaultPathEnvUnix = "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/s
16
// DefaultPathEnvWindows is windows style list of directories to search for
17
// executables. Each directory is separated from the next by a colon
18
// ';' character .
19
-const DefaultPathEnvWindows = "c:\\Windows\\System32;c:\\Windows"
+const DefaultPathEnvWindows = ""
20
21
func DefaultPathEnv(os string) string {
22
if os == "windows" {
0 commit comments