projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
d8cb5b6
)
find2perl should not default to -print when -eval is specified.
Rafael Garcia-Suarez [Fri, 9 Apr 2004 07:04:48 +0000 (07:04 +0000)]
Noticed by David Dyck.
p4raw-id: //depot/perl@22681
x2p/find2perl.PL
patch
|
blob
|
blame
|
history
diff --git
a/x2p/find2perl.PL
b/x2p/find2perl.PL
index
67022ee
..
b99bb49
100644
(file)
--- 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;