diff options
Diffstat (limited to 'tools/ci/jobs/any_compiler.sh')
-rwxr-xr-x | tools/ci/jobs/any_compiler.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/jobs/any_compiler.sh b/tools/ci/jobs/any_compiler.sh index d3e9c5082..62a49f2a3 100755 --- a/tools/ci/jobs/any_compiler.sh +++ b/tools/ci/jobs/any_compiler.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if [ "$NEWCC" != "" ]; then export CC="$NEWCC" |