Changeset 249a487


Ignore:
Timestamp:
04/27/2006 06:08:21 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:
0ac490b
Parents:
3ab7be7
Message:

Fixing a test.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/func_validate_configs.sh

    r3ab7be7 r249a487  
    133133        TEST)      validation_str="x0x x1x x2x x3x";  validate_str; continue ;;
    134134        REPORT)    validation_str="x0x x1x";          validate_str;
    135             if [[ "${!config_param}" = "1" ]] && [[ `type -p bc` ]]; then
    136               continue
    137             else
    138               echo -e "  ${BOLD}The bc binary was not found${OFF}"
    139               echo -e "  The SBU and disk usage report creation will be skiped"
    140               REPORT=0
    141               continue
     135            if [[ "${!config_param}" = "1" ]]; then
     136              if [[ `type -p bc` ]]; then
     137                continue
     138              else
     139                echo -e "  ${BOLD}The bc binary was not found${OFF}"
     140                echo -e "  The SBU and disk usage report creation will be skiped"
     141                REPORT=0
     142                continue
     143              fi
    142144            fi ;;
    143145        STRIP)     validation_str="x0x x1x";          validate_str; continue ;;
Note: See TracChangeset for help on using the changeset viewer.