diff options
| author | Jeff Carr <[email protected]> | 2024-01-15 23:24:33 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-15 23:24:33 -0600 |
| commit | f18bfca1541102a5bc67ab627153bd099214a36c (patch) | |
| tree | ee93c36474fd8d3d578fc8eacc5204ba4870b158 /unix.go | |
| parent | a095ab6a9fdf481f8ab9ac3154f9dd8b02b4cff3 (diff) | |
attempt autobuild again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'unix.go')
| -rw-r--r-- | unix.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -34,12 +34,12 @@ func goMake(dryRun string) bool { cmd := line[0] s := strings.Join(line[1:], " ") path := repopath + workingPath - log.Warn("NEED TO RUN path =", path, "cmd =", cmd, "argv:", s) + log.Warn("NEED TO RUN path =", path, "cmd =", cmd, s) if dryRun == "--dry-run" { continue } if dryRun == "--doit" { - log.Warn("Actually RUN path =", path, "cmd =", cmd, "argv:", s) + log.Warn("Actually RUN path =", path, "cmd =", cmd, s) err, b, output := repostatus.RunCmd(repopath, line) if err != nil { log.Info("ABEND EXECUTION") |
