diff options
Diffstat (limited to 'tools/ci/flags/gcc9.sh')
-rwxr-xr-x | tools/ci/flags/gcc9.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/flags/gcc9.sh b/tools/ci/flags/gcc9.sh index 3ee231b2e..ee3a8cc52 100755 --- a/tools/ci/flags/gcc9.sh +++ b/tools/ci/flags/gcc9.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash #export CXXFLAGS="${CXXFLAGS} --all-warnings" #export CXXFLAGS="${CXXFLAGS} --extra-warnings" |