Correct typo
This commit is contained in:
parent
41b5665ea6
commit
e590acb160
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ check_prerequisites() { #
|
|||
check_version "2.6.2" "`uname -r`" "KERNEL"
|
||||
check_version "3.0" "$BASH_VERSION" "BASH"
|
||||
check_version "3.0" "`gcc -dumpversion`" "GCC"
|
||||
check_version "1.1" "`tar --version | head -n1 | cut -d \" \" -f4`" "TAR"
|
||||
check_version "1.14" "`tar --version | head -n1 | cut -d \" \" -f4`" "TAR"
|
||||
fi
|
||||
|
||||
# Check for minimum sudo version
|
||||
|
|
Reference in a new issue