Changeset 1476df1 for common


Ignore:
Timestamp:
04/12/2006 09:46:06 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
6821737
Parents:
71dd5a5
Message:

LC_ALL cannot be empty.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/func_validate_configs.sh

    r71dd5a5 r1476df1  
    148148      if [[ "${config_param}" = "LC_ALL" ]]; then
    149149         echo "`eval echo $PARAM_VALS`"
    150          [[ -z "${!config_param}" ]] && continue
     150         [[ -z "${!config_param}" ]] && echo -e "\nVariable LC_ALL cannot be empty!" && write_error_and_die
    151151          # See it the locale values exist on this machine
    152152         if [[ "`locale -a | grep -c ${!config_param}`" > 0 ]]; then
Note: See TracChangeset for help on using the changeset viewer.