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


Ignore:
Timestamp:
Mar 15, 2009, 7:07:43 PM (17 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/bison.xml

    r47dadc6 rcc8d737  
    3535    this:</para>
    3636
    37 <screen os="b2"><userinput>echo '#define YYENABLE_NLS 1' &gt;&gt; config.h</userinput></screen> 
     37<screen os="b2"><userinput>cat &gt;&gt; config.h &lt;&lt; "EOF"
     38#define YYENABLE_NLS 1
     39EOF</userinput></screen> 
    3840
    3941    <para os="c">Compile the package:</para>
Note: See TracChangeset for help on using the changeset viewer.