diff options
Diffstat (limited to 'tools/ci/jobs/gcc44.sh')
-rwxr-xr-x | tools/ci/jobs/gcc44.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/jobs/gcc44.sh b/tools/ci/jobs/gcc44.sh index eb71d9e93..55815e778 100755 --- a/tools/ci/jobs/gcc44.sh +++ b/tools/ci/jobs/gcc44.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash export CC=gcc-4.4 export CXX=g++-4.4 |