This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update to Digest::MD5 2.31
[perl5.git] / x2p / find2perl.PL
index 4c5df7d..94cf242 100644 (file)
@@ -191,7 +191,7 @@ while (@ARGV) {
         $out .= tab;
         for (@cmd)
             { s/'/\\'/g }
-        { local $" = "','"; $out .= "doexec(0, '@cmd')"; }
+        { local $" = "','"; $out .= "doexec(1, '@cmd')"; }
         $declaresubs .= "sub doexec (\$\@);\n";
         $init{doexec} = 1;
     } elsif ($_ eq 'prune') {