Skip to content

Ensure only $PATH is searched when switching to external commands

Clement Sam requested to merge fix-lookpath into trunk

This is a workaround to the exec.LookPath issue (https://github.com/golang/go/issues/38736) on windows

Merge request reports