]> Cypherpunks.ru repositories - goredo.git/blobdiff - status.go
cleanup -dry-run
[goredo.git] / status.go
index 994e431d57739f1848c386b92003338cea2f0e98..139ceb75f9951e7540d55f07733f2dfda5481ce6 100644 (file)
--- a/status.go
+++ b/status.go
@@ -1,6 +1,6 @@
 /*
-goredo -- redo implementation on pure Go
-Copyright (C) 2020 Sergey Matveev <stargrave@stargrave.org>
+goredo -- djb's redo implementation on pure Go
+Copyright (C) 2020-2021 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -40,7 +40,7 @@ var (
 )
 
 func statusInit() {
-       if *flagNoStatus {
+       if NoProgress || *flagNoStatus {
                return
        }
        if v := os.Getenv(EnvNoStatus); v == "1" {