Module: Mesa
Branch: main
Commit: 86bdabb4c2ee73c5e8495a9cea633eee60bd39a7
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=86bdabb4c2ee73c5e8495a9cea633eee60bd39a7

Author: Eric Engestrom <[email protected]>
Date:   Wed Sep 27 15:12:59 2023 +0100

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci/container/build-deqp-runner.sh 
b/.gitlab-ci/container/build-deqp-runner.sh
index d526c7583f7..9c3bb12e736 100644
--- a/.gitlab-ci/container/build-deqp-runner.sh
+++ b/.gitlab-ci/container/build-deqp-runner.sh
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/usr/bin/env bash
 # shellcheck disable=SC2086 # we want word splitting
 
 set -ex

Reply via email to