ci: Remove shebang from backend compiler wrapper script
authorMichel Dänzer <mdaenzer@redhat.com>
Wed, 12 Apr 2023 09:27:56 +0000 (11:27 +0200)
committerMarge Bot <emma+marge@anholt.net>
Sat, 15 Apr 2023 01:55:12 +0000 (01:55 +0000)
Not needed anymore, since the frontend scripts just source the backend
script now.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22438>

.gitlab-ci/build/compiler-wrapper.sh

index f20b518..0567601 100755 (executable)
@@ -1,5 +1,3 @@
-#!/bin/sh -e
-
 if command -V ccache >/dev/null 2>/dev/null; then
   CCACHE=ccache
 else