aboutsummaryrefslogtreecommitdiffstats
path: root/prologue
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-04-22 11:08:44 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2006-04-22 11:08:44 +0000
commitbaaa5c3212cf3b5a72d8f28272dcaa7957671131 (patch)
tree0ada4b025725470107afa83331e22848d7d6bf8f /prologue
parent8137d6f271f23baa3364e49a98747f0430faa0aa (diff)
Fixed version-check.sh.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7560 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 2f2c57392..dcbe9dd32 100644
--- a/prologue/hostreqs.xml
+++ b/prologue/hostreqs.xml
@@ -121,7 +121,7 @@
bash --version | head -n1 | cut -d" " -f2-4
echo -n "Binutils: "; ld --version | head -n1 | cut -d" " -f3-4
bzip2 --version 2&gt;&amp;1 &lt; /dev/null | head -n1 | cut -d" " -f1,6-
-echo -n "Coreutils: "; chown --version | head -n1 | cut -d" " -f4
+echo -n "Coreutils: "; chown --version | head -n1 | cut -d")" -f2
diff --version | head -n1
find --version | head -n1
gawk --version | head -n1