From c9325f234e734ac81b8466f8df9149e038bafb3b Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 8 May 2025 23:35:40 +0100 Subject: [PATCH] mk: remove unnecessary line break Signed-off-by: Leah Rowe --- mk | 1 - 1 file changed, 1 deletion(-) diff --git a/mk b/mk index fe770db..ea9f609 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/rom.sh"