Change 14797 by jhi@alpha on 2002/02/20 18:31:14

        Subject: Re: [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 
1003.1-2001 hosts
        From: Paul Eggert <[EMAIL PROTECTED]>
        Date: Wed, 20 Feb 2002 11:29:30 -0800 (PST)
        Message-Id: <[EMAIL PROTECTED]>

Affected files ...

.... //depot/perl/pod/perlhack.pod#47 edit

Differences ...

==== //depot/perl/pod/perlhack.pod#47 (text) ====
Index: perl/pod/perlhack.pod
--- perl/pod/perlhack.pod.~1~   Wed Feb 20 11:45:06 2002
+++ perl/pod/perlhack.pod       Wed Feb 20 11:45:06 2002
@@ -348,7 +348,7 @@
 
 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
End of Patch.

Reply via email to