Missed include file

1.2
Lukas Macura 2016-04-19 17:38:02 +02:00
parent ca3962ba05
commit 14d78f1b15
1 changed files with 1 additions and 0 deletions

1
zaf
View File

@ -52,6 +52,7 @@ if [ -f ./lib/zaf.lib.sh ]; then
[ -f ./lib/zaf.${ZAF_OS}.sh ] && . ./lib/zaf.${ZAF_OS}.sh
else
. ${ZAF_LIB_DIR}/zaf.lib.sh
. ${ZAF_LIB_DIR}/plugin.lib.sh
. ${ZAF_LIB_DIR}/os.lib.sh
. ${ZAF_LIB_DIR}/ctrl.lib.sh
. ${ZAF_LIB_DIR}/cache.lib.sh