From: Gurusamy Sarathy Date: Fri, 2 Oct 1998 03:59:46 +0000 (+0000) Subject: don't try to run foo_SH.orig etc. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=f7ab18e91b2eff4db1bb9e684aea7326f2222811;p=p5sagit%2Fp5-mst-13.2.git don't try to run foo_SH.orig etc. p4raw-id: //depot/perl@1913 --- diff --git a/Configure b/Configure index 5e30ded..702862d 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)`