Changeset 45af0b4


Ignore:
Timestamp:
05/07/2006 02:25:51 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:
8d0fa35
Parents:
a3a1394
Message:

Removed a configuration validation check that isn't actually required.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/func_validate_configs.sh

    ra3a1394 r45af0b4  
    242242                 echo " -- Variable $config_param cannot be empty!" &&
    243243                 write_error_and_die
    244                [[ ! "`locale -a | grep -c ${!config_param}`" > 0 ]] &&
    245                   write_error_and_die
    246244               echo
    247245               ;;
Note: See TracChangeset for help on using the changeset viewer.