From 269ff54715e6d0ea982eeebd846898df633b8bb3 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 15 Jan 2024 17:03:06 -0600 Subject: stuff Signed-off-by: Jeff Carr --- unix.go | 1 + 1 file changed, 1 insertion(+) (limited to 'unix.go') diff --git a/unix.go b/unix.go index 05bd372..7ef0fed 100644 --- a/unix.go +++ b/unix.go @@ -115,6 +115,7 @@ func splitVersion(version string) (a, b, c string) { } } +// temp hack. fix this func runCmd(path string, parts []string) (error, bool, string) { fulldir := fullpath(path) return RunCmd(fulldir, parts) -- cgit v1.2.3