summaryrefslogtreecommitdiffstats
path: root/src/util/util_windows.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/util/util_windows.go')
-rw-r--r--src/util/util_windows.go2
1 files changed, 1 insertions, 1 deletions
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