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>
This commit is contained in:

committed by
Marge Bot

parent
9120f17b27
commit
6af78baa23
@@ -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
|
||||
|
Reference in New Issue
Block a user