Changeset cc8d737 in clfs-sysroot for BOOK/final-system/common/coreutils.xml


Ignore:
Timestamp:
Mar 15, 2009, 7:07:43 PM (15 years ago)
Author:
Joe Ciccone <jciccone@…>
Branches:
master
Children:
8909252
Parents:
47dadc6
Message:

Use cat instead of echo wherever possible.

File:
1 edited

Legend:

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

    r47dadc6 rcc8d737  
    5757    to correct this:</para>
    5858
    59 <screen os="b"><userinput>echo "fu_cv_sys_stat_statfs2_bsize=yes" &gt; config.cache</userinput></screen>
     59<screen os="b"><userinput>cat &gt; config.cache &lt;&lt; EOF
     60fu_cv_sys_stat_statfs2_bsize=yes
     61EOF</userinput></screen>
    6062
    6163    <para os="c">Now prepare Coreutils for compilation:</para>
Note: See TracChangeset for help on using the changeset viewer.