mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-29 23:10:11 +01:00
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>
This commit is contained in:
parent
bc432ab9a0
commit
86bdabb4c2
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
# shellcheck disable=SC2086 # we want word splitting
|
||||
|
||||
set -ex
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue