From 727a610cf1cd9d6d885fee425792db5bc91f7123 Mon Sep 17 00:00:00 2001 From: Bruce Dubbs Date: Sun, 25 Nov 2007 16:38:38 +0000 Subject: Fixed test for Debian binutils. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8429 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- prologue/hostreqs.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'prologue') diff --git a/prologue/hostreqs.xml b/prologue/hostreqs.xml index a4246c5d7..becc1aae6 100644 --- a/prologue/hostreqs.xml +++ b/prologue/hostreqs.xml @@ -129,7 +129,7 @@ # Simple script to list version numbers of critical development tools bash --version | head -n1 | cut -d" " -f2-4 -echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-4 +echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3- bison --version | head -n1 bzip2 --version 2>&1 < /dev/null | head -n1 | cut -d" " -f1,6- echo -n "Coreutils: "; chown --version | head -n1 | cut -d")" -f2 -- cgit v1.2.3-54-g00ecf