diff options
Diffstat (limited to 'tools/ci/jobs/xcode.sh')
-rwxr-xr-x | tools/ci/jobs/xcode.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/jobs/xcode.sh b/tools/ci/jobs/xcode.sh index 81bb0ff8d..b07148b13 100755 --- a/tools/ci/jobs/xcode.sh +++ b/tools/ci/jobs/xcode.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash uname -a sudo xcode-select -switch /Applications/${xcodename} || exit 1 |