Fix a typo
This commit is contained in:
parent
cacc6c5433
commit
640cd5746b
1 changed files with 1 additions and 1 deletions
|
@ -167,7 +167,7 @@ inline_doc
|
|||
BOOT_CONFIG) [[ "${METHOD}" = "boot" ]] && validate_file -z -e -s ;;
|
||||
|
||||
# Treatment of LANG parameter
|
||||
LANG ) # See it the locale value has been set
|
||||
LANG ) # See if the locale value has been set
|
||||
echo -n "`eval echo $PARAM_VALS`"
|
||||
[[ -z "${!config_param}" ]] &&
|
||||
echo " -- Variable $config_param cannot be empty!" &&
|
||||
|
|
Reference in a new issue