From d5476d0665f5413011783294f8b1983dad6d3f97 Mon Sep 17 00:00:00 2001 From: belliash Date: Mon, 2 Jan 2012 15:38:47 +0100 Subject: [PATCH] automatically load filesystem lib --- libraries/common | 1 + 1 file changed, 1 insertion(+) diff --git a/libraries/common b/libraries/common index c06162c..b19b25a 100644 --- a/libraries/common +++ b/libraries/common @@ -104,6 +104,7 @@ function loadConfiguration() { #------------------------------------------------------------------------------- function loadLibraries() { source ${EZROOT}/libraries/colors &> /dev/null || panic + source ${EZROOT}/libraries/filesystem &> /dev/null || panic } #-------------------------------------------------------------------------------