OSDN Git Service

*-symbols-check: use normal shell over bash
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 16 Jun 2019 13:23:41 +0000 (14:23 +0100)
committerEric Engestrom <eric.engestrom@intel.com>
Fri, 4 Oct 2019 08:42:46 +0000 (09:42 +0100)
None of the tests are bash specific. Tested with bash, zsh, dash, mksh
and ksh.

Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Tested-by: Niclas Zeising <zeising@daemonic.se>
Reviewed-by: Niclas Zeising <zeising@daemonic.se>
Reviewed-by: Eric Engestrom <eric.engestrom@intel.com>
amdgpu/amdgpu-symbol-check
etnaviv/etnaviv-symbol-check
exynos/exynos-symbol-check
freedreno/freedreno-symbol-check
intel/intel-symbol-check
libkms/kms-symbol-check
nouveau/nouveau-symbol-check
omap/omap-symbol-check
radeon/radeon-symbol-check
tegra/tegra-symbol-check

index 5ce15f4..ea83850 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 set -u
 
index 6f6a7a2..b3f3dda 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 set -u
 
index 49d611e..d2c362e 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 set -u
 
index 978026c..987e38f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 set -u
 
index de377be..2f35532 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 set -u
 
index 30f444f..7d3426f 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 set -u
 
index 6296244..36703a3 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 set -u
 
index 16da3c4..21522ba 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 set -u
 
index da605bb..7b69f9a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 set -u
 
index 8539b95..a74d974 100755 (executable)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 set -u