summaryrefslogtreecommitdiff
path: root/internal/task/command_other.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/task/command_other.go')
-rw-r--r--internal/task/command_other.go7
1 files changed, 7 insertions, 0 deletions
diff --git a/internal/task/command_other.go b/internal/task/command_other.go
new file mode 100644
index 0000000..24b5234
--- /dev/null
+++ b/internal/task/command_other.go
@@ -0,0 +1,7 @@
+//go:build !unix
+
+package task
+
+import "os/exec"
+
+func configureCommandContext(*exec.Cmd) {}