mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-16 23:33:39 -05:00
0.17.5
This commit is contained in:
@@ -11,7 +11,7 @@ import (
|
||||
|
||||
// ExecCommand executes the given command with cmd
|
||||
func ExecCommand(command string, setpgid bool) *exec.Cmd {
|
||||
return ExecCommandWith("cmd", command)
|
||||
return ExecCommandWith("cmd", command, setpgid)
|
||||
}
|
||||
|
||||
// ExecCommandWith executes the given command with cmd. _shell parameter is
|
||||
|
||||
Reference in New Issue
Block a user