Changeset 65d83a6 for master.sh


Ignore:
Timestamp:
05/03/2006 07:35:01 PM (18 years ago)
Author:
Manuel Canales Esparcia <manuel@…>
Branches:
experimental
Children:
17c7894
Parents:
3e7af38
Message:

Synchrnized experimental branch with trunk.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • master.sh

    r3e7af38 r65d83a6  
    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.