From 3834b6e98675be6face0032b69cea1c5555684c7 Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 16 Apr 2007 20:33:14 +0000 Subject: [PATCH] Updated Bison version requeriment. --- common/libs/func_check_version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/libs/func_check_version.sh b/common/libs/func_check_version.sh index d812204..8b04ceb 100644 --- a/common/libs/func_check_version.sh +++ b/common/libs/func_check_version.sh @@ -77,7 +77,7 @@ check_prerequisites() { # check_version "1.14" "$(tar --version | head -n1 | cut -d" " -f4)" "TAR" bzip2Ver="$(bzip2 --version 2>&1 < /dev/null | head -n1 | cut -d" " -f8)" 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 "2.8" "$(diff --version | head -n1 | cut -d" " -f4)" "DIFF" check_version "4.1.20" "$(find --version | head -n1 | cut -d" " -f4)" "FIND"