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;

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/prologue/common/hostreqs.xml

    r1916102 rfcc84cc  
    134134makeinfo --version | head -n1
    135135xz --version | head -n1
    136 echo 'main(){}' | gcc -v -o /dev/null -x c - > dummy.log 2>&amp;1
     136echo 'main(){}' | gcc -v -o /dev/null -x c - &gt; dummy.log 2>&amp;1
    137137if ! grep -q ' error' dummy.log; then
    138138  echo "Compilation successful" &amp;&amp; rm dummy.log
Note: See TracChangeset for help on using the changeset viewer.