Changeset c14e4b3


Ignore:
Timestamp:
08/11/2006 11:41:10 PM (18 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.3.x, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
28ff443
Parents:
31e78bd
Message:

Cosmetic changes to displaying of parameter settings

Location:
common
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • common/config

    r31e78bd rc14e4b3  
    8181#=== Variables needed by iterative comparison analysis ===
    8282#--- Should some iterative comparison analysis by made? 0(no)/1(yes)
    83 COMPARE=0
     83COMPARE=1
    8484
    8585#--- The number of final stage builds to create and compare, min. 2, max. 5
  • common/func_validate_configs.sh

    r31e78bd rc14e4b3  
    11# $Id$
     2
     3declare -r dotSTR=".................."
    24
    35#----------------------------#
     
    79  local -r ERROR_MSG_pt2='  check the config file ${BOLD}${GREEN}\<$(echo $PROGNAME | tr [a-z] [A-Z])/config\> or \<common/config\>${OFF}'
    810
    9   local -r PARAM_VALS='TARGET: ${L_arrow}${BOLD}${TARGET}${OFF}${R_arrow}'
    10   local -r PARAM_VALS2='TARGET32: ${L_arrow}${BOLD}${TARGET32}${OFF}${R_arrow}'
     11  local -r PARAM_VALS='TARGET${dotSTR:6} ${L_arrow}${BOLD}${TARGET}${OFF}${R_arrow}'
     12  local -r PARAM_VALS2='TARGET32${dotSTR:8} ${L_arrow}${BOLD}${TARGET32}${OFF}${R_arrow}'
    1113
    1214  write_error_and_die() {
     
    9496  local -r ERROR_MSG_pt1='The variable \"${L_arrow}${config_param}${R_arrow}\" value ${L_arrow}${BOLD}${!config_param}${R_arrow} is invalid,'
    9597  local -r ERROR_MSG_pt2=' check the config file ${BOLD}${GREEN}\<$(echo $PROGNAME | tr [a-z] [A-Z])/config\> or \<common/config\>${OFF}'
    96   local -r PARAM_VALS='${config_param}: ${L_arrow}${BOLD}${!config_param}${OFF}${R_arrow}'
     98  local -r PARAM_VALS='${config_param}${dotSTR:${#config_param}} ${L_arrow}${BOLD}${!config_param}${OFF}${R_arrow}'
    9799
    98100  local    PARAM_LIST=
Note: See TracChangeset for help on using the changeset viewer.