summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rwxr-xr-xmk3
1 files changed, 2 insertions, 1 deletions
diff --git a/mk b/mk
index 7b4d69ae..0ae35b6d 100755
--- a/mk
+++ b/mk
@@ -12,8 +12,9 @@ if [ "./${0##*/}" != "${0}" ] || [ ! -f "mk" ] || [ -L "mk" ]; then
exit 1
fi
-. "include/init.sh"
. "include/lib.sh"
+
+. "include/init.sh"
. "include/inject.sh"
. "include/mrc.sh"