From 1ec3c16c54adbd925d537a985ddb06cd27f0773e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michel=20D=C3=A4nzer?= Date: Wed, 12 Apr 2023 11:27:56 +0200 Subject: [PATCH] ci: Remove shebang from backend compiler wrapper script Not needed anymore, since the frontend scripts just source the backend script now. Part-of: --- .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