aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xcheckem2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkem b/checkem
index 52eafa6..e1227c4 100755
--- a/checkem
+++ b/checkem
@@ -69,7 +69,7 @@ find {
wanted => sub {
# Start a hash to represent this file
- my %f = ( name => $File::Find::name, );
+ my %f = ( name => $File::Find::name );
# Pull in the file stat values we care about
@f{ keys %STATS } = ( stat $f{name} )[ values %STATS ]