From 016bd09327d3c79fd808635f43fae9926243be9c Mon Sep 17 00:00:00 2001 From: Clifford Wolf Date: Wed, 11 Aug 2004 16:37:28 +0000 Subject: [PATCH] Clifford Wolf: Check-System assumes that bash 3.x is ok. git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@3797 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- scripts/Check-System | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/Check-System b/scripts/Check-System index 27dd84c93..2ee50e87d 100755 --- a/scripts/Check-System +++ b/scripts/Check-System @@ -74,7 +74,7 @@ if [ -z "`type -p makeinfo`" ] ; then fi case $BASH_VERSION in - 2.05b*) ;; + 2.05b*|3.*) ;; *) echo "The running bash version is not listed as supported version" echo "You need to update 'bash' to at least version 2.05b." found_error=1