From b46227dcb6f1718d66ad828443d9f03a4bd58c4c Mon Sep 17 00:00:00 2001 From: Junegunn Choi Date: Sun, 7 Oct 2018 01:43:05 +0900 Subject: 0.17.5 --- src/util/util_windows.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/util/util_windows.go') diff --git a/src/util/util_windows.go b/src/util/util_windows.go index 51715cd8..a4af20dd 100644 --- a/src/util/util_windows.go +++ b/src/util/util_windows.go @@ -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 -- cgit v1.2.3