Changeset c63dde1 for BOOK/boot/x86_64


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/boot/x86_64/flags.xml

    r9ad863d rc63dde1  
    1313  <para>We will need to copy our build variables into our new system:</para>
    1414
    15 <screen><userinput>echo export BUILD32=\""${BUILD32}\"" &gt;&gt; ${CLFS}/root/.bash_profile
    16 echo export BUILD64=\""${BUILD64}\"" &gt;&gt; ${CLFS}/root/.bash_profile
    17 echo export CLFS_TARGET32=\""${CLFS_TARGET32}\"" &gt;&gt; \
    18     ${CLFS}/root/.bash_profile</userinput></screen>
     15<screen><userinput>cat &gt;&gt; ${CLFS}/root/.bash_profile &lt;&lt; EOF
     16export BUILD32="${BUILD32}"
     17export BUILD64="${BUILD64}"
     18export CLFS_TARGET32="${CLFS_TARGET32}"
     19EOF</userinput></screen>
    1920
    2021</sect1>
Note: See TracChangeset for help on using the changeset viewer.