Ignore:
Timestamp:
May 29, 2014, 12:48:56 AM (10 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-3.0.0-systemd, master, systemd
Children:
7cb9b1d
Parents:
1916102
Message:

Replaced redirection operators with &gt;

Location:
BOOK/final-system/common
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/final-system/common/coreutils.xml

    r1916102 rfcc84cc  
    6868    of it so that the tests are not skipped:</para>
    6969
    70 <screen os="j"><userinput remap="test">echo "dummy:x:1000:nobody" >> /etc/group</userinput></screen>
     70<screen os="j"><userinput remap="test">echo "dummy:x:1000:nobody" &gt;&gt; /etc/group</userinput></screen>
    7171
    7272    <para os="k">Fix permissions of some files so the non-root user can compile
  • BOOK/final-system/common/ncurses.xml

    r1916102 rfcc84cc  
    6868
    6969<screen os="m"><userinput>for lib in curses ncurses form panel menu ; do
    70         echo "INPUT(-l${lib}w)" > /usr/lib/lib${lib}.so
     70        echo "INPUT(-l${lib}w)" &gt; /usr/lib/lib${lib}.so
    7171        ln -sfv lib${lib}w.a /usr/lib/lib${lib}.a
    7272done
  • BOOK/final-system/common/tar.xml

    r1916102 rfcc84cc  
    4949    <para os="h">Generate the man page and place it in the proper location:</para>
    5050
    51 <screen os="i"><userinput>perl tarman > /usr/share/man/man1/tar.1</userinput></screen>
     51<screen os="i"><userinput>perl tarman &gt; /usr/share/man/man1/tar.1</userinput></screen>
    5252
    5353    <para os="j">Install the documentation:</para>
Note: See TracChangeset for help on using the changeset viewer.