mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #37301 from Mischi/fix-define-self
fix build on OpenBSD by defining Self()
This commit is contained in:
commit
cb37987ee1
1 changed files with 4 additions and 0 deletions
|
@ -6,6 +6,10 @@ import (
|
|||
"os/exec"
|
||||
)
|
||||
|
||||
func Self() string {
|
||||
return ""
|
||||
}
|
||||
|
||||
// Command is unsupported on operating systems apart from Linux, Windows, and Darwin.
|
||||
func Command(args ...string) *exec.Cmd {
|
||||
return nil
|
||||
|
|
Loading…
Add table
Reference in a new issue