From 8ecb62c6628b459e299cba0cda65430018a07b36 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 26 Apr 2025 18:39:46 +0100 Subject: rename include/lib.sh to init.sh this is in prep for the next change, where non-init functions will be moved to another file, again named include/lib.sh Signed-off-by: Leah Rowe --- mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mk') 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" -- cgit v1.2.1