Fix syntax error.

This commit is contained in:
Pedro Algarvio 2013-09-26 19:56:47 +01:00
parent 5012fc5f25
commit 59ee9e20ef

View file

@ -975,7 +975,7 @@ __check_end_of_life_versions() {
case "${DISTRO_NAME_L}" in
debian)
# Debian versions bellow 6 are not supported
if ([ $DISTRO_MAJOR_VERSION -lt 6 ]; then
if [ $DISTRO_MAJOR_VERSION -lt 6 ]; then
echoerror "End of life distributions are not supported."
echoerror "Please consider upgrading to the next stable. See:"
echoerror " https://wiki.debian.org/DebianReleases"