Ignore:
Timestamp:
04/26/14 12:38:45 (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e89c4c9
Parents:
ec6e128
Message:

Remove end-of-line spaces

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/the-end/downloadclient.xml

    rec6e128 r24b004c  
    6363}' > binary
    6464
    65 gawk '{q=p;p=$0}NR&gt;1{print q}END{ORS = ""; print p}' binary &gt; wget-1.14.tar.xz 
     65gawk '{q=p;p=$0}NR&gt;1{print q}END{ORS = ""; print p}' binary &gt; wget-1.14.tar.xz
    6666
    6767rm binary
     
    7979$response = $http->mirror('http://ftp.gnu.org/gnu/wget/wget-1.14.tar.xz', 'wget-1.14.tar.xz');
    8080die "Failed!\n" unless $response->{success};
    81 print "Unchanged!\n" if $response->{status} eq '304';     
     81print "Unchanged!\n" if $response->{status} eq '304';
    8282EOF</userinput></screen>
    8383      <para>Or use this:</para>
Note: See TracChangeset for help on using the changeset viewer.