Skip to content

Commit

Permalink
Change command_darwin to command_posix
Browse files Browse the repository at this point in the history
  • Loading branch information
oneut committed Apr 2, 2018
1 parent 191f941 commit 7f5eb31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/command_darwin.go → command/command_posix.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 6,7 @@ import (

func (c *Command) sysProcAttr() {
c.cmd.SysProcAttr = &syscall.SysProcAttr{
Setpgid: true
Setpgid: true,
}
}

Expand Down

0 comments on commit 7f5eb31

Please sign in to comment.