From 9eca0baab84f22652b352ac47a610bc5c1c994f8 Mon Sep 17 00:00:00 2001 From: Tomasz Kłoczko Date: Nov 05 2017 06:08:00 +0000 Subject: - changed from /bin/bash to /bin/sh as long as nothing in scripts uses bash specyfic syntax. --- diff --git a/arm-image-installer b/arm-image-installer old mode 100644 new mode 100755 index cc735c3..ee3ab1c --- a/arm-image-installer +++ b/arm-image-installer @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Copyright (C) 2014-2015 Red Hat Inc. # SPDX-License-Identifier: GPL-2.0+ diff --git a/rpi-firmware-update b/rpi-firmware-update old mode 100644 new mode 100755 index c2679cf..e1f43f2 --- a/rpi-firmware-update +++ b/rpi-firmware-update @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # ensure sudo user if [ "$(whoami)" != "root" ]; then diff --git a/update-uboot b/update-uboot old mode 100644 new mode 100755 index 0104fdb..7cd396c --- a/update-uboot +++ b/update-uboot @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh # Copyright (C) 2013 Red Hat Inc. # SPDX-License-Identifier: GPL-2.0+