summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorH.Merijn Brand <h.m.brand@xs4all.nl>2009-02-10 17:35:12 +0100
committerH.Merijn Brand <h.m.brand@xs4all.nl>2009-02-10 17:35:12 +0100
commit2dac21aa160a6f5ff527673d07fa5cb197edf209 (patch)
tree8651c2068145a996ff8aeee52c378750c1f361b5 /Configure
parent38fddf8b5d4021b3807b4f9658a4689b671308a1 (diff)
downloadperl-2dac21aa160a6f5ff527673d07fa5cb197edf209.tar.gz
Comment inside evaluated shell string causes havoc
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure3
1 files changed, 1 insertions, 2 deletions
diff --git a/Configure b/Configure
index 928b84365b..47ca217cb4 100755
--- a/Configure
+++ b/Configure
@@ -25,7 +25,7 @@
# $Id: Head.U 6 2006-08-25 22:21:46Z rmanfredi $
#
-# Generated on Tue Feb 10 15:55:56 CET 2009 [metaconfig 3.5 PL0]
+# Generated on Tue Feb 10 17:34:27 CET 2009 [metaconfig 3.5 PL0]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -21622,7 +21622,6 @@ find_extensions='
this_ext=`echo $xxx | $sed -e s/-/\\\//g`;
leaf=`echo $xxx | $sed -e s/.*-//`;
if $test -d File-Glob; then
- : All ext/ flattened
if $test -f $xxx/$leaf.xs -o -f $xxx/$leaf.c; then
known_extensions="$known_extensions $this_ext";
elif $test -d $xxx; then