From: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> debugfs_wedged and drm_lib.sh are already using bashism so switch over to using #!/bin/bash instead of #!/bin/sh. Signed-off-by: Ville Syrjälä <ville.syrjala@xxxxxxxxxxxxxxx> --- tests/debugfs_wedged | 2 +- tests/drm_lib.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/debugfs_wedged b/tests/debugfs_wedged index 903a0a20060a..f15ac4614845 100755 --- a/tests/debugfs_wedged +++ b/tests/debugfs_wedged @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )" . $SOURCE_DIR/drm_lib.sh diff --git a/tests/drm_lib.sh b/tests/drm_lib.sh index c32bc68dc6a8..0eeab1c183c9 100755 --- a/tests/drm_lib.sh +++ b/tests/drm_lib.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash SOURCE_DIR="$( dirname "${BASH_SOURCE[0]}" )" . $SOURCE_DIR/drm_getopt.sh -- 2.7.4 _______________________________________________ Intel-gfx mailing list Intel-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/intel-gfx