summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-02-25 14:53:43 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-02-25 14:53:43 +0000
commit4242830c468b7b55b2439d504869f06c3d350106 (patch)
tree76f978a215af1380f790d4673bcb88a62c074d14
parentfb6be3502484a63390e9ec69dde969648a503399 (diff)
downloadperl-4242830c468b7b55b2439d504869f06c3d350106.tar.gz
Some hosts understand split -l 50, some only split -50
(from Paul Eggert). p4raw-id: //depot/perl@14868
-rwxr-xr-xConfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/Configure b/Configure
index de4db383e2..1acc24d3f4 100755
--- a/Configure
+++ b/Configure
@@ -20,7 +20,7 @@
# $Id: Head.U,v 3.0.1.9 1997/02/28 15:02:09 ram Exp $
#
-# Generated on Sat Feb 23 20:58:46 EET 2002 [metaconfig 3.0 PL70]
+# Generated on Mon Feb 25 17:50:42 EET 2002 [metaconfig 3.0 PL70]
# (with additional metaconfig patches by perlbug@perl.org)
cat >c1$$ <<EOF
@@ -1706,7 +1706,7 @@ rm -f .echotmp
echo " "
if test -f "$rsrc/MANIFEST"; then
echo "First let's make sure your kit is complete. Checking..." >&4
- awk '$1 !~ /PACK[A-Z]+/ {print $1}' "$rsrc/MANIFEST" | split -l 50
+ awk '$1 !~ /PACK[A-Z]+/ {print $1}' "$rsrc/MANIFEST" | (split -l 50 2>/dev/null || split -50)
rm -f missing
tmppwd=`pwd`
for filelist in x??; do