]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
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)
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

index 6e45387162a3e2674ad9ed1f2f385a5f194aede9..26e27a019759cbfdaca61ce3956384b7d5628b71 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/sh
+#! /bin/sh
 set -e
 
 # grub-mkconfig helper script.