Updating wording about regenerating config trees.
This commit is contained in:
parent
d6a2c442f9
commit
8465c9650f
|
@ -1185,11 +1185,11 @@ Check_defaults ()
|
|||
elif [ ${CURRENT_CONFIG_VERSION} -eq 3 ]
|
||||
then
|
||||
Echo_error "This config tree is too old for this version of live-build (${VERSION})."
|
||||
Echo_error "Aborting build, please repopulate the config tree."
|
||||
Echo_error "Aborting build, please regenerate the config tree."
|
||||
exit 1
|
||||
else
|
||||
Echo_warning "This config tree does not specify a format version or has an unknown version number."
|
||||
Echo_warning "Continuing build, but it could lead to errors or different results. Please repopulate the config tree."
|
||||
Echo_warning "Continuing build, but it could lead to errors or different results. Please regenerate the config tree."
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in New Issue