Ignore:
Timestamp:
04/10/2006 06:40:37 PM (18 years ago)
Author:
Jeremy Huntwork <jhuntwork@…>
Branches:
1.0, 2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
1476df1
Parents:
d748b31
Message:

Exit when LANG isn't set on the host system, instead of seeming to continue but failing to generate the Makefile.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/func_validate_configs.sh

    rd748b31 r71dd5a5  
    159159      if [[ "${config_param}" = "LANG" ]]; then
    160160         echo "`eval echo $PARAM_VALS`"
    161          [[ -z "${!config_param}" ]] && continue
    162           # See it the locale values exist on this machine
     161         [[ -z "${!config_param}" ]] && echo -e "\nVariable LANG cannot be empty!" && write_error_and_die
     162          # See if the locale values exist on this machine
    163163         if [[ "`locale -a | grep -c ${!config_param}`" > 0 ]]; then
    164164           continue
Note: See TracChangeset for help on using the changeset viewer.