From 71701daa1a7b88141fab539f31567183ed42dbe2 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Fri, 4 May 2018 16:02:48 +0200 Subject: [PATCH] Fix calling of xcode-sdk --- scripts/xcode-sdk.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/xcode-sdk.sh b/scripts/xcode-sdk.sh index 4cfe639..658931c 100644 --- a/scripts/xcode-sdk.sh +++ b/scripts/xcode-sdk.sh @@ -1,4 +1,4 @@ #!/usr/bin/env bash # Installs the SDK required from the command-line -cd /tmp/xcode && XcodeLegacy.sh -install -osx${XCODE_SDK_VERSION} +cd /tmp/xcode && /bin/bash XcodeLegacy.sh -install -osx${XCODE_SDK_VERSION} -- GitLab