diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-02 03:59:46 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-02 03:59:46 +0000 |
commit | f7ab18e91b2eff4db1bb9e684aea7326f2222811 (patch) | |
tree | 63463535d4d582c68d8bc9a7de14a94031bb26d4 /Configure | |
parent | 4eb79ab512b1332d593701ae7f01c47eac3323b4 (diff) | |
download | perl-f7ab18e91b2eff4db1bb9e684aea7326f2222811.tar.gz |
don't try to run foo_SH.orig etc.
p4raw-id: //depot/perl@1913
Diffstat (limited to 'Configure')
-rwxr-xr-x | Configure | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)` |