automatically load filesystem lib

This commit is contained in:
belliash 2012-01-02 15:38:47 +01:00
parent 8e786ab16d
commit d5476d0665
1 changed files with 1 additions and 0 deletions

View File

@ -104,6 +104,7 @@ function loadConfiguration() {
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------
function loadLibraries() { function loadLibraries() {
source ${EZROOT}/libraries/colors &> /dev/null || panic source ${EZROOT}/libraries/colors &> /dev/null || panic
source ${EZROOT}/libraries/filesystem &> /dev/null || panic
} }
#------------------------------------------------------------------------------- #-------------------------------------------------------------------------------