mirror of
https://github.com/limosek/zaf.git
synced 2024-11-24 03:19:05 +01:00
Missed include file
This commit is contained in:
parent
ca3962ba05
commit
14d78f1b15
1
zaf
1
zaf
@ -52,6 +52,7 @@ if [ -f ./lib/zaf.lib.sh ]; then
|
|||||||
[ -f ./lib/zaf.${ZAF_OS}.sh ] && . ./lib/zaf.${ZAF_OS}.sh
|
[ -f ./lib/zaf.${ZAF_OS}.sh ] && . ./lib/zaf.${ZAF_OS}.sh
|
||||||
else
|
else
|
||||||
. ${ZAF_LIB_DIR}/zaf.lib.sh
|
. ${ZAF_LIB_DIR}/zaf.lib.sh
|
||||||
|
. ${ZAF_LIB_DIR}/plugin.lib.sh
|
||||||
. ${ZAF_LIB_DIR}/os.lib.sh
|
. ${ZAF_LIB_DIR}/os.lib.sh
|
||||||
. ${ZAF_LIB_DIR}/ctrl.lib.sh
|
. ${ZAF_LIB_DIR}/ctrl.lib.sh
|
||||||
. ${ZAF_LIB_DIR}/cache.lib.sh
|
. ${ZAF_LIB_DIR}/cache.lib.sh
|
||||||
|
Loading…
Reference in New Issue
Block a user