This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change os390 custom cppstdin script to use fgrep.
authorAndy Dougherty <doughera@lafayette.edu>
Wed, 27 Feb 2013 14:12:13 +0000 (09:12 -0500)
committerKarl Williamson <khw@cpan.org>
Tue, 21 Oct 2014 15:26:49 +0000 (09:26 -0600)
commita4c2c75af551764534f9f8cb6afd4ef6ba514f45
treec0193160b0cb63cab8b30472124acd9a61a14bc4
parent636fe681770e29874acb69ab162bc53731425867
Change os390 custom cppstdin script to use fgrep.

Grep appears to be limited to 2048 characters, and truncates
the output for cppstin.  Fgrep apparently doesn't have that limit.
Thanks to John Goodyear <johngood@us.ibm.com> for reporting this.
hints/os390.sh