Ignore:
Timestamp:
Jul 7, 2006, 7:06:34 AM (18 years ago)
Author:
Chris Staub <chris@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
3cdea73
Parents:
5a9ff8b
Message:

Replaced backticks with $() constructs (fixes ticket #29)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • BOOK/cross-tools/x86/variables.xml

    r5a9ff8b r1a498b5  
    2020  command:</para>
    2121
    22 <screen os="b"><userinput>export CLFS_HOST="`echo ${MACHTYPE} | sed -e 's/unknown/cross/g' -e 's/-pc-/-cross-/g'`"</userinput></screen>
     22<screen os="b"><userinput>export CLFS_HOST="$(echo ${MACHTYPE} | sed -e 's/unknown/cross/g' -e 's/-pc-/-cross-/g')"</userinput></screen>
    2323
    2424  <para os="c">Now you will need to set the target triplet for the target
Note: See TracChangeset for help on using the changeset viewer.