]> Cypherpunks.ru repositories - goredo.git/blobdiff - main.go
jdebp.eu domain does not exists anymore
[goredo.git] / main.go
diff --git a/main.go b/main.go
index 873582afd0a942f66c02a70082f372ee7dd1cde6..734239b682d5bdac63e48e5afe955509349be6b1 100644 (file)
--- a/main.go
+++ b/main.go
@@ -1,5 +1,5 @@
 /*
-goredo -- redo implementation on pure Go
+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
@@ -101,6 +101,7 @@ func main() {
 
        NoColor = os.Getenv(EnvNoColor) != ""
        NoSync = os.Getenv(EnvNoSync) == "1"
+       InodeTrust = os.Getenv(EnvInodeNoTrust) == ""
 
        TopDir = os.Getenv(EnvTopDir)
        if TopDir == "" {