Ignore:
Timestamp:
Jan 31, 2009, 3:06:05 PM (15 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
a9a7398
Parents:
9ad863d
Message:

Use CAT to replace echo's whenever possible

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/sparc64/flags.xml

    r9ad863d rc63dde1  
    2222   xpointer="xpointer(//*[@os='c'])"/>
    2323
    24 <screen os="d"><userinput>echo export BUILD32=\""${BUILD32}\"" &gt;&gt; ~/.bashrc
    25 echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ~/.bashrc
    26 echo export GCCTARGET=\""${GCCTARGET}\"" &gt;&gt; ~/.bashrc</userinput></screen>
     24<screen os="d"><userinput>cat &gt;&gt; ~/.bashrc &lt;&lt; EOF
     25export BUILD32="${BUILD32}"
     26export BUILD64="${BUILD64}"
     27export GCCTARGET="${GCCTARGET}"
     28EOF</userinput></screen>
    2729
    2830  <para os="e">The following table gives the entires for different Sparc 64 capable
Note: See TracChangeset for help on using the changeset viewer.