core: switch bash shell scripts to use /bin/sh for use w/Busybox.

Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/483
This commit is contained in:
Bruce A. Johnson
2021-12-22 14:24:02 -05:00
committed by Aleksander Morgado
parent 791fb38417
commit 91ed72aa29
5 changed files with 5 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# SPDX-License-Identifier: CC0-1.0
# 2021 Aleksander Morgado <aleksander@aleksander.es>

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# SPDX-License-Identifier: CC0-1.0
# 2021 Aleksander Morgado <aleksander@aleksander.es>

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
# SPDX-License-Identifier: CC0-1.0
# 2021 Aleksander Morgado <aleksander@aleksander.es>