summaryrefslogtreecommitdiff
path: root/unix.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-15 17:03:06 -0600
committerJeff Carr <[email protected]>2024-01-15 17:03:06 -0600
commit269ff54715e6d0ea982eeebd846898df633b8bb3 (patch)
treebdc5aeebd0cda274c353936784046b5c4d82bfd5 /unix.go
parentceaab24e56b13a1118a38dbf5dc5e5023d6ec4a9 (diff)
stuffv0.12.7
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'unix.go')
-rw-r--r--unix.go1
1 files changed, 1 insertions, 0 deletions
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)