ci: Remove shebang from backend compiler wrapper script

Not needed anymore, since the frontend scripts just source the backend
script now.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/22438>
This commit is contained in:
Michel Dänzer
2023-04-12 11:27:56 +02:00
committed by Marge Bot
parent 21b190bf44
commit 1ec3c16c54
-2
View File
@@ -1,5 +1,3 @@
#!/bin/sh -e
if command -V ccache >/dev/null 2>/dev/null; then
CCACHE=ccache
else