summaryrefslogtreecommitdiff
path: root/unix.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-15 23:24:33 -0600
committerJeff Carr <[email protected]>2024-01-15 23:24:33 -0600
commitf18bfca1541102a5bc67ab627153bd099214a36c (patch)
treeee93c36474fd8d3d578fc8eacc5204ba4870b158 /unix.go
parenta095ab6a9fdf481f8ab9ac3154f9dd8b02b4cff3 (diff)
attempt autobuild again
Signed-off-by: Jeff Carr <[email protected]>
Diffstat (limited to 'unix.go')
-rw-r--r--unix.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix.go b/unix.go
index d881e54..30793d1 100644
--- a/unix.go
+++ b/unix.go
@@ -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")