Browse Source

tcr pointed out a tiny typo ...

git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1249 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc
rocklinux
Rene Rebe 21 years ago
parent
commit
0d8818a53c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      scripts/Check-System

+ 1
- 1
scripts/Check-System

@ -62,7 +62,7 @@ fi
case $BASH_VERSION in
2.05b*) ;;
*) echo "The running bash version is not listed as supported version"
echo "You nee to update 'bash' to at least version 2.05b."
echo "You need to update 'bash' to at least version 2.05b."
found_error=1
esac

Loading…
Cancel
Save