Merged r2662 from trunk.
This commit is contained in:
parent
50b9f166ec
commit
8324ee255a
1 changed files with 0 additions and 2 deletions
|
@ -242,8 +242,6 @@ inline_doc
|
||||||
[[ -z "${!config_param}" ]] &&
|
[[ -z "${!config_param}" ]] &&
|
||||||
echo " -- Variable $config_param cannot be empty!" &&
|
echo " -- Variable $config_param cannot be empty!" &&
|
||||||
write_error_and_die
|
write_error_and_die
|
||||||
[[ ! "`locale -a | grep -c ${!config_param}`" > 0 ]] &&
|
|
||||||
write_error_and_die
|
|
||||||
echo
|
echo
|
||||||
;;
|
;;
|
||||||
KEYMAP) echo "`eval echo $PARAM_VALS`"
|
KEYMAP) echo "`eval echo $PARAM_VALS`"
|
||||||
|
|
Reference in a new issue