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 <agmsmith@ncf.ca>
Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>
Tested-by: Commit checker robot <no-reply+buildbot@haiku-os.org>
This commit is contained in:
Alexander G. M. Smith 2021-10-17 13:29:46 -04:00 committed by Adrien Destugues
parent 3a9bb1e729
commit 610f99c838

View File

@ -1,4 +1,4 @@
#!/usr/bin/sh #!/bin/sh
# Detects bootable Haiku OS on BeFS partitions and FUSE mounted BeFS too. # 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. # If it doesn't find anything, try mounting the BeFS volumes in Linux.
# Discussion of improvements and development history at # Discussion of improvements and development history at