summaryrefslogtreecommitdiff
path: root/unix.go
diff options
context:
space:
mode:
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)