This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
metaconfig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1dfed67
)
backport of 9cf72a4efbbd7d24d3d9d7f5c9d5be6e4ef4297a
author
H.Merijn Brand
<merijn@nb09.procura.nl>
Thu, 2 Jul 2009 11:34:05 +0000
(13:34 +0200)
committer
H.Merijn Brand
<merijn@nb09.procura.nl>
Thu, 2 Jul 2009 11:34:05 +0000
(13:34 +0200)
U/perl/Extensions.U
patch
|
blob
|
blame
|
history
diff --git
a/U/perl/Extensions.U
b/U/perl/Extensions.U
index
b9ad549
..
80c0b4b
100644
(file)
--- a/
U/perl/Extensions.U
+++ b/
U/perl/Extensions.U
@@
-82,9
+82,9
@@
find_extensions='
leaf=`echo $xxx | $sed -e s/.*-//`;
if $test -d File-Glob; then
$ls -1 $xxx > $$.tmp;
- if $contains "\.xs$" $$.tmp > /dev/null 2>&1; then
+ if
$contains "\.xs$" $$.tmp > /dev/null 2>&1; then
known_extensions="$known_extensions $this_ext";
- elif $contains "\.c$"
$$.tmp
; then
+ elif $contains "\.c$"
$$.tmp > /dev/null 2>&1
; then
known_extensions="$known_extensions $this_ext";
elif $test -d $xxx; then
nonxs_extensions="$nonxs_extensions $this_ext";