summaryrefslogtreecommitdiff
path: root/Configure
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-10-02 03:59:46 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-10-02 03:59:46 +0000
commitf7ab18e91b2eff4db1bb9e684aea7326f2222811 (patch)
tree63463535d4d582c68d8bc9a7de14a94031bb26d4 /Configure
parent4eb79ab512b1332d593701ae7f01c47eac3323b4 (diff)
downloadperl-f7ab18e91b2eff4db1bb9e684aea7326f2222811.tar.gz
don't try to run foo_SH.orig etc.
p4raw-id: //depot/perl@1913
Diffstat (limited to 'Configure')
-rwxr-xr-xConfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/Configure b/Configure
index 5e30deda15..702862dd08 100755
--- a/Configure
+++ b/Configure
@@ -1265,7 +1265,7 @@ cat >extract <<'EOS'
CONFIG=true
echo "Doing variable substitutions on .SH files..."
if test -f $src/MANIFEST; then
- set x `awk '{print $1}' <$src/MANIFEST | grep '\.SH'`
+ set x `awk '{print $1}' <$src/MANIFEST | grep '\.SH$'`
else
echo "(Looking for .SH files under the source directory.)"
set x `(cd $src; find . -name "*.SH" -print)`