Moved VIMLANG from global parameters to lfs/clfs parameters.
Trailing space clean-up.
This commit is contained in:
parent
0ebdc33866
commit
fdd1aa3e6e
1 changed files with 7 additions and 7 deletions
|
@ -17,11 +17,11 @@ validate_config() { # Are the config values sane (within reason)
|
||||||
on success: write text to console and returns
|
on success: write text to console and returns
|
||||||
inline_doc
|
inline_doc
|
||||||
|
|
||||||
local -r lfs_PARAM_LIST=""
|
local -r lfs_PARAM_LIST="VIMLANG"
|
||||||
local -r blfs_PARAM_LIST="TEST DEPEND"
|
local -r blfs_PARAM_LIST="TEST DEPEND"
|
||||||
local -r hlfs_PARAM_LIST="MODEL GRSECURITY_HOST"
|
local -r hlfs_PARAM_LIST="MODEL GRSECURITY_HOST"
|
||||||
local -r clfs_PARAM_LIST="ARCH BOOTMINIMAL"
|
local -r clfs_PARAM_LIST="ARCH BOOTMINIMAL VIMLANG"
|
||||||
local -r global_PARAM_LIST="BUILDDIR HPKG RUNMAKE TEST STRIP PAGE TIMEZONE VIMLANG"
|
local -r global_PARAM_LIST="BUILDDIR HPKG RUNMAKE TEST STRIP PAGE TIMEZONE"
|
||||||
|
|
||||||
local -r ERROR_MSG='The variable \"${L_arrow}${config_param}${R_arrow}\" value ${L_arrow}${BOLD}${!config_param}${R_arrow} is invalid, ${nl_}check the config file ${BOLD}${GREEN}\<$PROGNAME.conf\>${OFF}'
|
local -r ERROR_MSG='The variable \"${L_arrow}${config_param}${R_arrow}\" value ${L_arrow}${BOLD}${!config_param}${R_arrow} is invalid, ${nl_}check the config file ${BOLD}${GREEN}\<$PROGNAME.conf\>${OFF}'
|
||||||
local -r PARAM_VALS='${config_param}: ${L_arrow}${BOLD}${!config_param}${OFF}${R_arrow}'
|
local -r PARAM_VALS='${config_param}: ${L_arrow}${BOLD}${!config_param}${OFF}${R_arrow}'
|
||||||
|
|
Reference in a new issue