Module: Mesa Branch: main Commit: 1ec3c16c54adbd925d537a985ddb06cd27f0773e URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=1ec3c16c54adbd925d537a985ddb06cd27f0773e
Author: Michel Dänzer <[email protected]> Date: Wed Apr 12 11:27:56 2023 +0200 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> --- .gitlab-ci/build/compiler-wrapper.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/.gitlab-ci/build/compiler-wrapper.sh b/.gitlab-ci/build/compiler-wrapper.sh index f20b51859b9..0567601fe18 100755 --- a/.gitlab-ci/build/compiler-wrapper.sh +++ b/.gitlab-ci/build/compiler-wrapper.sh @@ -1,5 +1,3 @@ -#!/bin/sh -e - if command -V ccache >/dev/null 2>/dev/null; then CCACHE=ccache else
