Changeset 286ab62 for BOOK/prologue


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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.