summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2025-05-08 23:35:40 +0100
committerLeah Rowe <leah@libreboot.org>2025-05-08 23:35:40 +0100
commit066402b7e7a3c0a6fbe1f5f1e362c3c7bfb9d25f (patch)
treeb4baeb43e2d99ad23104335c11b1e1f7af2f3889 /mk
parent7012c00ed1102160dd612b79fd9c5c913119b6c4 (diff)
mk: remove unnecessary line break
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'mk')
-rwxr-xr-xmk1
1 files changed, 0 insertions, 1 deletions
diff --git a/mk b/mk
index 2b1191bb..0bd18bee 100755
--- a/mk
+++ b/mk
@@ -11,7 +11,6 @@ if [ "./${0##*/}" != "${0}" ] || [ ! -f "mk" ] || [ -L "mk" ]; then
fi
. "include/lib.sh"
-
. "include/init.sh"
. "include/inject.sh"
. "include/mrc.sh"