Correcting config tree version check for older versions.
This commit is contained in:
parent
7c3f244741
commit
55ee66f79b
|
@ -1175,7 +1175,7 @@ Check_defaults ()
|
||||||
Echo_error "Aborting build, please get a new version of live-build."
|
Echo_error "Aborting build, please get a new version of live-build."
|
||||||
|
|
||||||
exit 1
|
exit 1
|
||||||
elif [ ${CURRENT_CONFIG_VERSION} -eq 3 ]
|
elif [ ${CURRENT_CONFIG_VERSION} -le 3 ]
|
||||||
then
|
then
|
||||||
Echo_error "This config tree is too old for this version of live-build (${VERSION})."
|
Echo_error "This config tree is too old for this version of live-build (${VERSION})."
|
||||||
Echo_error "Aborting build, please regenerate the config tree."
|
Echo_error "Aborting build, please regenerate the config tree."
|
||||||
|
|
Loading…
Reference in New Issue