summaryrefslogtreecommitdiff
path: root/internal/task/command_other.go
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-06-22 09:21:06 +0300
committerPaul Buetow <paul@buetow.org>2026-06-22 09:21:06 +0300
commit1888b70cf4981cabaef0b6e33e0ae9982d3a788e (patch)
tree5cec4e67a05547b61ed03ffe7709902a80da3c35 /internal/task/command_other.go
parent02f5f1419c4cb5fccc47a0ce4dbf3957e73b0e79 (diff)
fix task export timeout for lq0
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) {}