don't try to run foo_SH.orig etc.
authorGurusamy Sarathy <gsar@cpan.org>
Fri, 2 Oct 1998 03:59:46 +0000 (03:59 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Fri, 2 Oct 1998 03:59:46 +0000 (03:59 +0000)
p4raw-id: //depot/perl@1913

Configure

index 5e30ded..702862d 100755 (executable)
--- 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)`