diff --git a/scripts/xcode-sdk.sh b/scripts/xcode-sdk.sh index 4cfe639cfc65ee9ac35e9c00a40c8fde0c4d8afb..658931ce2580c6a320d875636f40e6c965a4c1d1 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}