From 91ed72aa29ede06d3a5115128e2267793ca611d4 Mon Sep 17 00:00:00 2001 From: "Bruce A. Johnson" Date: Wed, 22 Dec 2021 14:24:02 -0500 Subject: core: switch bash shell scripts to use /bin/sh for use w/Busybox. Fixes https://gitlab.freedesktop.org/mobile-broadband/ModemManager/-/issues/483 --- data/fcc-unlock/105b | 2 +- data/fcc-unlock/1199 | 2 +- data/fcc-unlock/1eac | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) (limited to 'data') diff --git a/data/fcc-unlock/105b b/data/fcc-unlock/105b index 21fe5329..f276050f 100644 --- a/data/fcc-unlock/105b +++ b/data/fcc-unlock/105b @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # SPDX-License-Identifier: CC0-1.0 # 2021 Aleksander Morgado diff --git a/data/fcc-unlock/1199 b/data/fcc-unlock/1199 index 0109c6ab..e1d3804c 100644 --- a/data/fcc-unlock/1199 +++ b/data/fcc-unlock/1199 @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # SPDX-License-Identifier: CC0-1.0 # 2021 Aleksander Morgado diff --git a/data/fcc-unlock/1eac b/data/fcc-unlock/1eac index 1068d9c2..d9342852 100644 --- a/data/fcc-unlock/1eac +++ b/data/fcc-unlock/1eac @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # SPDX-License-Identifier: CC0-1.0 # 2021 Aleksander Morgado -- cgit v1.2.3-70-g09d2