diff options
author | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-02-10 17:35:12 +0100 |
---|---|---|
committer | H.Merijn Brand <h.m.brand@xs4all.nl> | 2009-02-10 17:35:12 +0100 |
commit | 2dac21aa160a6f5ff527673d07fa5cb197edf209 (patch) | |
tree | 8651c2068145a996ff8aeee52c378750c1f361b5 /Configure | |
parent | 38fddf8b5d4021b3807b4f9658a4689b671308a1 (diff) | |
download | perl-2dac21aa160a6f5ff527673d07fa5cb197edf209.tar.gz |
Comment inside evaluated shell string causes havoc
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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 |