Commit Graph

4 Commits (7e94bb8bcde053b6d6c98bda5145e9742c913c39)

Author SHA1 Message Date
Segflow 86c7289ccc Fix: use filename in exec.LookPath instead of full path
exec.LookPath searches for the file in the $PATH, which mean giving it an absolute path is against it's own purposes.
Michael Schurter 042305ee4a Remove SetEnv on all platforms
Sean Chittenden 635b971c0e
Move from the `syscall` package to the `golang.org/x/sys/{unix,windows}`
Marco Pfatschbacher b4846b445b Add support for OpenBSD/amd64
This code is based on the FreeBSD version
and implements roughly the same feature set.