diff options
Diffstat (limited to 'scripts/build')
-rwxr-xr-x | scripts/build/llvm.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/build/llvm.sh b/scripts/build/llvm.sh index 459fdef9..26ee8efb 100755 --- a/scripts/build/llvm.sh +++ b/scripts/build/llvm.sh @@ -187,7 +187,7 @@ if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then elif [[ "${TRAVIS_OS_NAME}" == "osx" ]]; then # We use our own local cache if possible set +e - brew install "$HOME/Library/Caches/Homebrew/llvm\@${LLVM_VERSION}*.bottle.tar.gz" + brew install "$HOME"/Library/Caches/Homebrew/llvm\@${LLVM_VERSION}*.bottle.tar.gz RES=$? set -ev if [ ${RES} -ne 0 ]; then |