diff options
-rwxr-xr-x | bin/envstore | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/envstore b/bin/envstore index f16aba8..e3398b6 100755 --- a/bin/envstore +++ b/bin/envstore @@ -32,7 +32,6 @@ sub check_store { } if ($mode > 0) { print STDERR "envstore: store file writable by group/others\n"; - printf("%o", $mode); exit(1); } return(1); |