summaryrefslogtreecommitdiff
path: root/tools/ci/jobs/any_compiler.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/ci/jobs/any_compiler.sh')
-rwxr-xr-xtools/ci/jobs/any_compiler.sh2
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"