diff options
Diffstat (limited to 'unix.go')
| -rw-r--r-- | unix.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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) |
