Browse Source

Clifford Wolf:


			
			
				rocklinux
			
			
		
Clifford Wolf 20 years ago
parent
commit
016bd09327
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/Check-System

+ 1
- 1
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

Loading…
Cancel
Save