summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorEric Engestrom <eric@igalia.com>2023-04-12 20:29:51 +0100
committerMarge Bot <emma+marge@anholt.net>2023-04-14 11:28:21 +0000
commit6af78baa237b82b10766cac4cdddb32e7fa6cdd3 (patch)
tree08fa9b6e1517b095467945ac12c3d9c55ba36366 /.gitlab-ci
parent9120f17b278afdc7a78a139dfd6a13d729444d92 (diff)
downloadmesa-6af78baa237b82b10766cac4cdddb32e7fa6cdd3.tar.gz
ci: update shebang to make it more portable
Doesn't matter for now, but it doesn't cost anything to make it portable :) Suggested-by: David Heidelberg <david.heidelberg@collabora.com> Signed-off-by: Eric Engestrom <eric@igalia.com> Reviewed-by: Emma Anholt <emma@anholt.net> Reviewed-by: Helen Koike <helen.koike@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22450>
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/container/build-deqp.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/container/build-deqp.sh b/.gitlab-ci/container/build-deqp.sh
index 588ed836d95..b3c2c4314bc 100644
--- a/.gitlab-ci/container/build-deqp.sh
+++ b/.gitlab-ci/container/build-deqp.sh
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/usr/bin/env bash
# shellcheck disable=SC2086 # we want word splitting
# When changing this file, you need to bump the following