Move colors into constants

This commit is contained in:
belliash 2012-01-03 13:03:20 +01:00
parent 5f28758216
commit 3755f65d3f
2 changed files with 1 additions and 1 deletions

View File

@ -132,7 +132,7 @@ function loadConfiguration() {
# Loads all EzBuild Libraries # Loads all EzBuild Libraries
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
function loadLibraries() { function loadLibraries() {
source ${EZROOT}/libraries/colors &> /dev/null || panic source ${EZROOT}/libraries/constants &> /dev/null || panic
source ${EZROOT}/libraries/filesystem &> /dev/null || panic source ${EZROOT}/libraries/filesystem &> /dev/null || panic
} }