Explorar el Código

Fixed version-check.sh.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7560 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia hace 19 años
padre
commit
baaa5c3212
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      prologue/hostreqs.xml

+ 1 - 1
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>&1 < /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