Browse Source

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
pull/1692/head
Orgad Shaneh 3 years ago
committed by Richard Fuchs
parent
commit
a92d79ecc3
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      utils/build_test_wrapper
  2. +1
    -1
      utils/patch-kernel

+ 1
- 1
utils/build_test_wrapper View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
TARGET=$1
ROOT=$(echo "$TARGET" | sed 's/\.h$//')
if test "x$MAKE" = x; then


+ 1
- 1
utils/patch-kernel View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
if test "$1" != magic; then
echo


Loading…
Cancel
Save