Changeset 286ab62


Ignore:
Timestamp:
Aug 22, 2012, 2:07:47 PM (12 years ago)
Author:
William Harrington <kb0iic@…>
Branches:
clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
e8c695a
Parents:
310e392
Message:

Replace bash reference in hostreqs version with /bin/bash variable.

Location:
BOOK
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • BOOK/general.ent

    r310e392 r286ab62  
    33<!ENTITY month "08"> <!-- Use two digits -->
    44<!ENTITY month_name "August">
    5 <!ENTITY day "18"> <!-- Use two digits -->
     5<!ENTITY day "22"> <!-- Use two digits -->
    66<!ENTITY year "2012"> <!-- Use four digits -->
    77
  • BOOK/introduction/common/changelog.xml

    r310e392 r286ab62  
    3737-->
    3838    <listitem>
     39      <para>August 22, 2012</para>
     40      <itemizedlist>
     41        <listitem>
     42           <para>[William Harrington] - Remove bash reference in hostreqs version script to use $SHELL variable.</para>
     43        </listitem>
     44      </itemizedlist>
     45    </listitem>
     46
     47    <listitem>
    3948      <para>18 August 2012</para>
    4049      <itemizedlist>
  • BOOK/prologue/common/hostreqs.xml

    r310e392 r286ab62  
    126126gawk --version | head -n1
    127127gcc --version | head -n1
    128 ldd $(which bash) | grep libc.so | cut -d ' ' -f 3 | bash | head -n 1 | cut -d ' ' -f 1-7
     128ldd $(which ${SHELL}) | grep libc.so | cut -d ' ' -f 3 | ${SHELL} | head -n 1 | cut -d ' ' -f 1-7
    129129grep --version | head -n1
    130130gzip --version | head -n1
Note: See TracChangeset for help on using the changeset viewer.