From: Oskari Pirhonen Date: Tue, 11 Jul 2023 04:55:43 +0000 (-0500) Subject: util/grub.d/25_bli.in: Fix shebang on unmerged-usr X-Git-Tag: grub-2.12~105 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e641b4ab32f1724005ec8bf58214df86de7e81d9;p=thirdparty%2Fgrub.git util/grub.d/25_bli.in: Fix shebang on unmerged-usr On an unmerged-usr system, grub-mkconfig errors out with the following error due to /usr/bin/sh not existing: /usr/sbin/grub-mkconfig: /etc/grub.d/25_bli: /usr/bin/sh: bad interpreter: No such file or directory Use a /bin/sh shebang to fix the error as well as match the other existing files. Fixes: 158a6583e (util/grub.d/25_bli.in: Activate bli module on EFI) Signed-off-by: Oskari Pirhonen Reviewed-by: Glenn Washburn Reviewed-by: Daniel Kiper Reviewed-by: Oliver Steffen --- diff --git a/util/grub.d/25_bli.in b/util/grub.d/25_bli.in index 6e4538716..26e27a019 100644 --- a/util/grub.d/25_bli.in +++ b/util/grub.d/25_bli.in @@ -1,4 +1,4 @@ -#!/usr/bin/sh +#! /bin/sh set -e # grub-mkconfig helper script.