diff options
author | Bruce A. Johnson <waterfordtrack@gmail.com> | 2021-12-22 14:24:02 -0500 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2022-01-05 10:26:16 +0100 |
commit | 91ed72aa29ede06d3a5115128e2267793ca611d4 (patch) | |
tree | 3001bec6ff7f67ab9fbc31def7141e90547aaa7d /test | |
parent | 791fb38417566b3cbde2450000049bd62c356305 (diff) |
core: switch bash shell scripts to use /bin/sh for use w/Busybox.
Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/483
Diffstat (limited to 'test')
-rwxr-xr-x | test/mmcli-test-sms | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/mmcli-test-sms b/test/mmcli-test-sms index 038d777d..8229d36a 100755 --- a/test/mmcli-test-sms +++ b/test/mmcli-test-sms @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh print_usage () { echo "usage: $0 [MODEM INDEX] [all|ucs2|gsm7|data] [NUMBER]" |