]> git.netwichtig.de Git - user/henk/code/exim.git/blobdiff - src/src/exigrep.src
Testsuite: fix munging of now-indented date in stdout
[user/henk/code/exim.git] / src / src / exigrep.src
index bb994d7697f35ead2e493a354677eba7aeb24c37..e8857126e77f9beb546960b3d4425173ac987249 100644 (file)
@@ -1,5 +1,6 @@
-#! PERL_COMMAND -w
+#! PERL_COMMAND
 
+use warnings;
 use strict;
 
 # Copyright (c) 2007-2015 University of Cambridge.
@@ -174,7 +175,7 @@ sub detect_compressor_capable
     {
     if ($filename =~ /\.(?:$ext)$/)
       {
-      # Just die if compressor not found; if this occurrs in the middle of
+      # Just die if compressor not found; if this occurs in the middle of
       # two valid files with a lot of matches, error could easily be missed.
       die("Didn't find $ext decompressor for $filename\n")
         if ($compressors->{$ext}->{bin} eq '');