config: add missing deprecation warning

Gbp-Dch: Ignore
This commit is contained in:
Lyndon Brown 2020-03-28 10:10:44 +00:00 committed by Raphaël Hertzog
parent 780ce25288
commit 9ab7a100da
1 changed files with 1 additions and 0 deletions

View File

@ -434,6 +434,7 @@ Prepare_config ()
LB_MEMTEST="${LB_MEMTEST:-none}"
if [ "${LB_MEMTEST}" = "false" ]; then
LB_MEMTEST="none"
Echo_warning "A value of 'false' for option LB_MEMTEST is deprecated, please use 'none' in future."
fi
case "${LB_ARCHITECTURES}" in