소스 검색

Fixed version-check.sh.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7560 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 19 년 전
부모
커밋
baaa5c3212
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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