ci: fix shebang in build-deqp-runner.sh
authorEric Engestrom <eric@igalia.com>
Wed, 27 Sep 2023 14:12:59 +0000 (15:12 +0100)
committerMarge Bot <emma+marge@anholt.net>
Wed, 4 Oct 2023 13:39:36 +0000 (13:39 +0000)
commit86bdabb4c2ee73c5e8495a9cea633eee60bd39a7
treebc81e054d0ab8b1f3c2a5a54b3795d0e2012f44d
parentbc432ab9a04da9257cc112edd71b67ecd1e3d401
ci: fix shebang in build-deqp-runner.sh

We use bash features such as `pushd`, so be accurate in the shebang,
even though in practice this is sourced not executed so this shebang
only serves our editors.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25430>
.gitlab-ci/container/build-deqp-runner.sh