Ken Moffat wrote:
On Sun, Dec 20, 2015 at 04:57:36PM -0600, Bruce Dubbs wrote:
Ken Moffat wrote:

I suggest that the first thing we need to do is remind people
to check the Host System Requirements

You mean like Section 5.3. General Compilation Instructions, first important block?

Actually, I just took a look at the bash tests in version-check.sh
from last month's -svn book on a 7.8 machine and I don't like the
ERROR I'm getting -

ken@jtm1 ~ $export LC_ALL=C
ken@jtm1 ~ $bash --version | head -n1 | cut -d" " -f2-4
bash, version 4.3.39(1)-release

  looks ok to me

ken@jtm1 ~ $MYSH=$(readlink -f /bin/sh)
ken@jtm1 ~ $echo "/bin/sh -> $MYSH"
/bin/sh -> /bin/bash

  and so does this

ken@jtm1 ~ $echo $MYSH | grep -qv bash || echo "ERROR: /bin/sh does
not point to bash"
ERROR: /bin/sh does not point to bash

Fixed it yesterday.  It was a typo.  Should have been grep -q bash (no v).

  -- Bruce

--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to