diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-08-02 16:47:23 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-08-02 16:47:23 +0000 |
commit | 1d41fa38c6997c469cbff681469e2f66464ed74e (patch) | |
tree | e4de91f6228509dc635752e35a34444455ac1ce1 | |
parent | 2780e475e58a36c980f97e97642eb1581699e45e (diff) |
Merged r3434 from trunk.
-rw-r--r-- | common/libs/func_check_version.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/libs/func_check_version.sh b/common/libs/func_check_version.sh index 9c4aab5b5d..32ed3e444a 100644 --- a/common/libs/func_check_version.sh +++ b/common/libs/func_check_version.sh @@ -89,7 +89,7 @@ check_prerequisites() { # bzip2Ver="$(bzip2 --version 2>&1 < /dev/null | head -n1 | cut -d" " -f8)" check_version "1.0.2" "${bzip2Ver%%,*}" "BZIP2" check_version "1.875" "$(bison --version | head -n1 | cut -d" " -f4)" "BISON" - check_version "5.0" "$(chown --version | head -n1 | cut -d")" -f2)" "COREUTILS" + check_version "5.2.1" "$(chown --version | head -n1 | cut -d")" -f2)" "COREUTILS" check_version "2.8" "$(diff --version | head -n1 | cut -d" " -f4)" "DIFF" check_version "4.1.20" "$(find --version | head -n1 | cut -d" " -f4)" "FIND" check_version "3.0" "$(gawk --version | head -n1 | cut -d" " -f3)" "GAWK" |