From a92d79ecc3b508150ad73d10b98f0c3c2130fc7d Mon Sep 17 00:00:00 2001 From: Orgad Shaneh Date: Thu, 22 Jun 2023 06:21:33 +0000 Subject: [PATCH] MT#55283 Replace bash shebangs with sh There are no bash features in these scripts, and some distributions don't install bash by default. closes #1685 Change-Id: Ic9cb92ac5975f951f843cbeb3c50293f13f72efc --- utils/build_test_wrapper | 2 +- utils/patch-kernel | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/build_test_wrapper b/utils/build_test_wrapper index 56dc338db..6bbaace72 100755 --- a/utils/build_test_wrapper +++ b/utils/build_test_wrapper @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh TARGET=$1 ROOT=$(echo "$TARGET" | sed 's/\.h$//') if test "x$MAKE" = x; then diff --git a/utils/patch-kernel b/utils/patch-kernel index 429a93b6f..c2aa8d5bd 100755 --- a/utils/patch-kernel +++ b/utils/patch-kernel @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh if test "$1" != magic; then echo