diff options
Diffstat (limited to 'x2p')
-rw-r--r-- | x2p/find2perl.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x2p/find2perl.PL b/x2p/find2perl.PL index 67022eef11..b99bb49863 100644 --- a/x2p/find2perl.PL +++ b/x2p/find2perl.PL @@ -215,6 +215,7 @@ while (@ARGV) { my $prog = shift; $prog =~ s/'/\\'/g; $out .= tab . "eval {$prog}"; + $print_needed = 0; } elsif ($_ eq 'depth') { $find = 'finddepth'; next; |