]> Cypherpunks.ru repositories - goredo.git/blobdiff - run.go
Proper case of variable name
[goredo.git] / run.go
diff --git a/run.go b/run.go
index 7a4c1e4bde43da2762c8f23bcce5f5e6299e541b..816f962e25bc23a18f369872fc8730544078dd5a 100644 (file)
--- a/run.go
+++ b/run.go
@@ -640,7 +640,7 @@ func runScript(tgt *Tgt, errs chan error, forced, traced bool) error {
                                if StderrSilent {
                                        continue
                                }
-                               if MyPid == 0 {
+                               if MyPID == 0 {
                                        tracef(CNone, "%s", line)
                                } else {
                                        tracef(CNone, "%s %s", pid, line)