Updated Bison version requeriment.

This commit is contained in:
Manuel Canales Esparcia 2007-04-16 20:33:14 +00:00
parent 962793a098
commit 3834b6e986

View file

@ -77,7 +77,7 @@ check_prerequisites() { #
check_version "1.14" "$(tar --version | head -n1 | cut -d" " -f4)" "TAR" check_version "1.14" "$(tar --version | head -n1 | cut -d" " -f4)" "TAR"
bzip2Ver="$(bzip2 --version 2>&1 < /dev/null | head -n1 | cut -d" " -f8)" bzip2Ver="$(bzip2 --version 2>&1 < /dev/null | head -n1 | cut -d" " -f8)"
check_version "1.0.2" "${bzip2Ver%%,*}" "BZIP2" check_version "1.0.2" "${bzip2Ver%%,*}" "BZIP2"
check_version "1.26a" "$(bison --version | head -n1 | cut -d" " -f4)" "BISON" 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.0" "$(chown --version | head -n1 | cut -d")" -f2)" "COREUTILS"
check_version "2.8" "$(diff --version | head -n1 | cut -d" " -f4)" "DIFF" 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 "4.1.20" "$(find --version | head -n1 | cut -d" " -f4)" "FIND"