]> git.ipfire.org Git - thirdparty/grub.git/commit
util/grub.d/25_bli.in: Fix shebang on unmerged-usr
authorOskari Pirhonen <xxc3ncoredxx@gmail.com>
Tue, 11 Jul 2023 04:55:43 +0000 (23:55 -0500)
committerDaniel Kiper <daniel.kiper@oracle.com>
Mon, 14 Aug 2023 15:11:55 +0000 (17:11 +0200)
commite641b4ab32f1724005ec8bf58214df86de7e81d9
tree1fcc0ab36b526d5ee71b7f6cf86e6b119ef40917
parent7f6149449ca41ee520c0d5d222379b2081d97076
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 <xxc3ncoredxx@gmail.com>
Reviewed-by: Glenn Washburn <development@efficientek.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
Reviewed-by: Oliver Steffen <osteffen@redhat.com>
util/grub.d/25_bli.in