Changeset 21f0a91


Ignore:
Timestamp:
05/02/2006 05:38:25 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:
47e524f
Parents:
76964f3
Message:

Some slight aesthetic changes

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • common/func_validate_configs.sh

    r76964f3 r21f0a91  
    256256  done
    257257  set -e
    258   echo "$tab_***${BOLD}${GREEN} ${PARAM_GROUP%%_*T} config parameters look good${OFF} ***"
     258  echo "${nl_}***${BOLD}${GREEN} ${PARAM_GROUP%%_*T} config parameters look good${OFF} ***${nl_}"
    259259}
  • master.sh

    r76964f3 r21f0a91  
    7272[[ $VERBOSITY > 0 ]] && echo "OK"
    7373#
    74 [[ $VERBOSITY > 0 ]] && echo "---------------${nl_}"
     74[[ $VERBOSITY > 0 ]] && echo "${SD_BORDER}${nl_}"
    7575
    7676
     
    9393[[ $? > 0 ]] && echo " function module did not load.." && exit 2
    9494[[ $VERBOSITY > 0 ]] && echo "OK"
    95 [[ $VERBOSITY > 0 ]] && echo "---------------${nl_}"
     95[[ $VERBOSITY > 0 ]] && echo "${SD_BORDER}${nl_}"
    9696
    9797
     
    433433tarVer=`tar --version`
    434434check_version "1.15.0" "${tarVer##* }"      "TAR"
    435 echo "---------------${nl_}"
     435echo "${SD_BORDER}${nl_}"
    436436
    437437validate_config
    438 echo "---------------${nl_}"
     438echo "${SD_BORDER}${nl_}"
    439439
    440440echo -n "Are you happy with these settings? yes/no (no): "
     
    444444  exit 1
    445445fi
    446 echo "${nl_}---------------${nl_}"
     446echo "${nl_}${SD_BORDER}${nl_}"
    447447
    448448# Prevents setting "-d /" by mistake.
     
    496496
    497497get_book
    498 echo "---------------${nl_}"
     498echo "${SD_BORDER}${nl_}"
    499499
    500500build_Makefile
    501 echo "---------------${nl_}"
     501echo "${SD_BORDER}${nl_}"
    502502
    503503run_make
Note: See TracChangeset for help on using the changeset viewer.