mirror of
https://github.com/kopia/kopia.git
synced 2026-05-14 09:47:35 -04:00
11 lines
127 B
Go
11 lines
127 B
Go
//go:build !linux
|
|
// +build !linux
|
|
|
|
package kopiarunner
|
|
|
|
import "os/exec"
|
|
|
|
func setpdeath(c *exec.Cmd) *exec.Cmd {
|
|
return c
|
|
}
|