diff options
| author | Jeff Carr <[email protected]> | 2024-01-15 17:03:06 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-15 17:03:06 -0600 |
| commit | 269ff54715e6d0ea982eeebd846898df633b8bb3 (patch) | |
| tree | bdc5aeebd0cda274c353936784046b5c4d82bfd5 /unix.go | |
| parent | ceaab24e56b13a1118a38dbf5dc5e5023d6ec4a9 (diff) | |
stuffv0.12.7
Signed-off-by: Jeff Carr <[email protected]>
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) |
