[Clfs-commits] [Cross-LFS]Cross-LFS Book branch, master, updated. 286ab621a1f577de58db0fe25cbb2cfc2d36738f

git git at cross-lfs.org
Wed Aug 22 14:07:53 PDT 2012


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Cross-LFS Book".

The branch, master has been updated
       via  286ab621a1f577de58db0fe25cbb2cfc2d36738f (commit)
      from  310e3929f7617778ddaf7118027fda856b60bfad (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 286ab621a1f577de58db0fe25cbb2cfc2d36738f
Author: William Harrington <kb0iic at gmail.com>
Date:   Wed Aug 22 16:07:47 2012 -0500

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

diff --git a/BOOK/general.ent b/BOOK/general.ent
index ccf6155..56a01be 100644
--- a/BOOK/general.ent
+++ b/BOOK/general.ent
@@ -2,7 +2,7 @@
 
 <!ENTITY month "08"> <!-- Use two digits -->
 <!ENTITY month_name "August">
-<!ENTITY day "18"> <!-- Use two digits -->
+<!ENTITY day "22"> <!-- Use two digits -->
 <!ENTITY year "2012"> <!-- Use four digits -->
 
 <!ENTITY releasedate "&month_name; &day;, &year;">
diff --git a/BOOK/introduction/common/changelog.xml b/BOOK/introduction/common/changelog.xml
index b6b7dec..aa1048d 100644
--- a/BOOK/introduction/common/changelog.xml
+++ b/BOOK/introduction/common/changelog.xml
@@ -36,6 +36,15 @@
     </listitem>
 -->
     <listitem>
+      <para>August 22, 2012</para>
+      <itemizedlist>
+        <listitem>
+           <para>[William Harrington] - Remove bash reference in hostreqs version script to use $SHELL variable.</para>
+        </listitem>
+      </itemizedlist>
+    </listitem>
+
+    <listitem>
       <para>18 August 2012</para>
       <itemizedlist>
         <listitem>
diff --git a/BOOK/prologue/common/hostreqs.xml b/BOOK/prologue/common/hostreqs.xml
index 3998915..be6439d 100644
--- a/BOOK/prologue/common/hostreqs.xml
+++ b/BOOK/prologue/common/hostreqs.xml
@@ -125,7 +125,7 @@ diff --version | head -n1
 find --version | head -n1
 gawk --version | head -n1
 gcc --version | head -n1
-ldd $(which bash) | grep libc.so | cut -d ' ' -f 3 | bash | head -n 1 | cut -d ' ' -f 1-7
+ldd $(which ${SHELL}) | grep libc.so | cut -d ' ' -f 3 | ${SHELL} | head -n 1 | cut -d ' ' -f 1-7
 grep --version | head -n1
 gzip --version | head -n1
 uname -s -r

-----------------------------------------------------------------------

Summary of changes:
 BOOK/general.ent                       |    2 +-
 BOOK/introduction/common/changelog.xml |    9 +++++++++
 BOOK/prologue/common/hostreqs.xml      |    2 +-
 3 files changed, 11 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
Cross-LFS Book



More information about the Clfs-commits mailing list