From f7ab18e91b2eff4db1bb9e684aea7326f2222811 Mon Sep 17 00:00:00 2001 From: Gurusamy Sarathy Date: Fri, 2 Oct 1998 03:59:46 +0000 Subject: [PATCH] don't try to run foo_SH.orig etc. p4raw-id: //depot/perl@1913 --- Configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)` -- 2.7.4