aboutsummaryrefslogtreecommitdiffstats
path: root/prologue
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2007-11-25 16:38:38 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2007-11-25 16:38:38 +0000
commit727a610cf1cd9d6d885fee425792db5bc91f7123 (patch)
treeaa9e3c3e870ff1b85918e68095b42d4593dc566e /prologue
parent9f30149aa375ffac55651a702f5280a272da8c09 (diff)
Fixed test for Debian binutils.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8429 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'prologue')
-rw-r--r--prologue/hostreqs.xml2
1 files changed, 1 insertions, 1 deletions
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&gt;&amp;1 &lt; /dev/null | head -n1 | cut -d" " -f1,6-
echo -n "Coreutils: "; chown --version | head -n1 | cut -d")" -f2