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