From 610f99c838cb661ff85377789ffd3ad4ff672a08 Mon Sep 17 00:00:00 2001 From: "Alexander G. M. Smith" Date: Sun, 17 Oct 2021 13:29:46 -0400 Subject: [PATCH] 3rdparty/os_probe: Use Debian's #!/bin/sh. Had a look at the actual Debian os-prober (1.79) package and found that they use /bin/sh as their shell for all their os-prober scripts. So for Fedora and other downstream packages, someone must be going through all the scripts and changing them to /usr/bin/sh. Switch to the Debian variety since they're the upstream of everybody for this. Change-Id: I2bed8cb133640861311061261ff0cae8ae6f2648 Reviewed-on: https://review.haiku-os.org/c/haiku/+/4599 Reviewed-by: Alexander G. M. Smith Reviewed-by: Adrien Destugues Tested-by: Commit checker robot --- 3rdparty/os_probe/83haiku | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/3rdparty/os_probe/83haiku b/3rdparty/os_probe/83haiku index ea1db246e5..a9b276e3c1 100755 --- a/3rdparty/os_probe/83haiku +++ b/3rdparty/os_probe/83haiku @@ -1,4 +1,4 @@ -#!/usr/bin/sh +#!/bin/sh # Detects bootable Haiku OS on BeFS partitions and FUSE mounted BeFS too. # If it doesn't find anything, try mounting the BeFS volumes in Linux. # Discussion of improvements and development history at