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