Ignore:
Timestamp:
04/27/2006 06:09:07 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
3cc7540
Parents:
9e4b9a1
Message:

Ported r2579 from trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/func_validate_configs.sh

    r9e4b9a1 r2f109c6  
    183183      RUNMAKE)    validate_against_str "x0x x1x" ;;
    184184      REPORT)     validate_against_str "x0x x1x"
    185                   if [[ "${!config_param}" = "1" ]] && [[ `type -p bc` ]]; then
    186                     continue
    187                   else
    188                     echo -e "  ${BOLD}The bc binary was not found${OFF}"
    189                     echo -e "  The SBU and disk usage report creation will be skiped"
    190                     REPORT=0
    191                     continue
     185                  if [[ "${!config_param}" = "1" ]]; then
     186                    if [[ `type -p bc` ]]; then
     187                      continue
     188                    else
     189                      echo -e "  ${BOLD}The bc binary was not found${OFF}"
     190                      echo -e "  The SBU and disk usage report creation will be skiped"
     191                      REPORT=0
     192                      continue
     193                    fi
    192194                  fi ;;
    193195      COMPARE)    if [[ ! "$COMPARE" = "1" ]]; then
Note: See TracChangeset for help on using the changeset viewer.