From: Jarkko Hietaniemi Date: Fri, 22 Feb 2002 20:38:32 +0000 (+0000) Subject: In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=316fff229640344aaf20a4cc3a8833b7f4162f38;p=p5sagit%2Fp5-mst-13.2.git In AIX the split(1) default (1000 lines) chokes the /usr/bin/ls. p4raw-id: //depot/perl@14835 --- diff --git a/Configure b/Configure index 3b85399..55182bd 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 Thu Feb 21 08:33:08 EET 2002 [metaconfig 3.0 PL70] +# Generated on Fri Feb 22 23:32:31 EET 2002 [metaconfig 3.0 PL70] # (with additional metaconfig patches by perlbug@perl.org) cat >c1$$ <&4 - awk '$1 !~ /PACK[A-Z]+/ {print $1}' "$rsrc/MANIFEST" | split + awk '$1 !~ /PACK[A-Z]+/ {print $1}' "$rsrc/MANIFEST" | split -l 50 rm -f missing tmppwd=`pwd` for filelist in x??; do