Correcting config tree version check for older versions.

This commit is contained in:
Daniel Baumann 2012-12-17 13:36:27 +01:00
parent a46350d7b3
commit 8d69592122
1 changed files with 1 additions and 1 deletions

View File

@ -1220,7 +1220,7 @@ Check_defaults ()
Echo_error "Aborting build, please get a new version of live-build."
exit 1
elif [ ${CURRENT_CONFIG_VERSION} -eq 2 ]
elif [ ${CURRENT_CONFIG_VERSION} -le 2 ]
then
Echo_error "This config tree is too old for this version of live-build (${VERSION})."
Echo_error "Aborting build, please regenerate the config tree."