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:

committed by
Aleksander Morgado

parent
791fb38417
commit
91ed72aa29
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
# 2021 Aleksander Morgado <aleksander@aleksander.es>
|
# 2021 Aleksander Morgado <aleksander@aleksander.es>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
# 2021 Aleksander Morgado <aleksander@aleksander.es>
|
# 2021 Aleksander Morgado <aleksander@aleksander.es>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
# SPDX-License-Identifier: CC0-1.0
|
# SPDX-License-Identifier: CC0-1.0
|
||||||
# 2021 Aleksander Morgado <aleksander@aleksander.es>
|
# 2021 Aleksander Morgado <aleksander@aleksander.es>
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
print_usage () {
|
print_usage () {
|
||||||
echo "usage: $0 [MODEM INDEX] [all|ucs2|gsm7|data] [NUMBER]"
|
echo "usage: $0 [MODEM INDEX] [all|ucs2|gsm7|data] [NUMBER]"
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/bin/sh
|
||||||
|
|
||||||
# For debugging behavior of test-modemmanager-service.py, you can modify
|
# For debugging behavior of test-modemmanager-service.py, you can modify
|
||||||
# this line to add --log-file option
|
# this line to add --log-file option
|
||||||
|
Reference in New Issue
Block a user