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/chroot/ppc64/flags.xml

    r9ad863d rc63dde1  
    2424   variables to prevent any build issues in the future:</para>
    2525
    26 <screen><userinput>echo export BUILD32=\""${BUILD32}\"" &gt;&gt; ~/.bash_profile
    27 echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ~/.bash_profile
    28 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" &gt;&gt; ~/.bash_profile</userinput></screen>
     26<screen><userinput>cat &gt;&gt; ${CLFS}/root/.bash_profile &lt;&lt; EOF
     27export BUILD32="${BUILD32}"
     28export BUILD64="${BUILD64}"
     29export CLFS_TARGET32="${CLFS_TARGET32}"
     30EOF</userinput></screen>
    2931
    3032</sect1>
Note: See TracChangeset for help on using the changeset viewer.