mirror of
https://review.haiku-os.org/haiku
synced 2024-11-23 07:18:40 +01:00
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:
parent
3a9bb1e729
commit
610f99c838
2
3rdparty/os_probe/83haiku
vendored
2
3rdparty/os_probe/83haiku
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user