From 6af78baa237b82b10766cac4cdddb32e7fa6cdd3 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Wed, 12 Apr 2023 20:29:51 +0100 Subject: [PATCH] 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 Signed-off-by: Eric Engestrom Reviewed-by: Emma Anholt Reviewed-by: Helen Koike Part-of: --- .gitlab-ci/container/build-deqp.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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