]> Cypherpunks.ru repositories - goredo.git/blobdiff - main.go
Explicitly mention about --jobserver-style=pipe
[goredo.git] / main.go
diff --git a/main.go b/main.go
index 47ac997b117387eb1c68feeec925e8ef8146eccc..8c95d84bd3ed76135ce08086ebb595498b8635e0 100644 (file)
--- a/main.go
+++ b/main.go
@@ -1,6 +1,6 @@
 /*
 goredo -- djb's redo implementation on pure Go
-Copyright (C) 2020-2022 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2020-2023 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
@@ -298,7 +298,7 @@ func main() {
                }
        }
 
-       if cmdName == CmdNameRedo || cmdName == CmdNameRedoIfchange {
+       if cmdName == CmdNameRedo {
                statusInit()
        }