intel/tools: Use 'env bash' to find bash executable

Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24453>
This commit is contained in:
Jordan Justen 2023-08-02 09:44:25 -07:00
parent 37b56dfd7d
commit 9ecfd9feea
3 changed files with 3 additions and 3 deletions

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# -*- mode: sh -*-
function show_help() {

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# -*- mode: sh -*-
function show_help() {

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# -*- mode: sh -*-
function show_help() {