From: Paul Eggert Date: Wed, 20 Feb 2002 11:29:30 +0000 (-0800) Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=df3477ffc5601d9159ebc5706fa20bb2af9f5d5d;p=p5sagit%2Fp5-mst-13.2.git Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts Message-Id: <200202201929.g1KJTUb06403@shade.twinsun.com> p4raw-id: //depot/perl@14797 --- diff --git a/pod/perlhack.pod b/pod/perlhack.pod index 612b418..79905bb 100644 --- a/pod/perlhack.pod +++ b/pod/perlhack.pod @@ -348,7 +348,7 @@ patch directory. It's then up to you to apply these patches, using something like - # last=`ls -rt1 *.gz | sed -n '$p'` + # last=`ls -t *.gz | sed q` # rsync -avz rsync://ftp.linux.activestate.com/perl-current-diffs/ . # find . -name '*.gz' -newer $last -exec gzcat {} \; >blead.patch # cd ../perl-current