summaryrefslogtreecommitdiff
path: root/Meta/build-image-limine.sh
diff options
context:
space:
mode:
Diffstat (limited to 'Meta/build-image-limine.sh')
-rwxr-xr-xMeta/build-image-limine.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/Meta/build-image-limine.sh b/Meta/build-image-limine.sh
index 06ccd4d8f8..e68ee4dcf2 100755
--- a/Meta/build-image-limine.sh
+++ b/Meta/build-image-limine.sh
@@ -4,7 +4,7 @@ set -e
script_path=$(cd -P -- "$(dirname -- "$0")" && pwd -P)
-. "${script_path}/.shell_include.sh"
+. "${script_path}/shell_include.sh"
if [ ! -d "limine" ]; then
echo "limine not found, the script will now build it"