We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 630df31 commit 54cbe08Copy full SHA for 54cbe08
travis_osx_brew_cache.sh
@@ -106,8 +106,8 @@ function brew_add_local_bottles {
106
local FORMULA_HAS_BOTTLE; [ -n "$FORMULA_BOTTLE_HASH" ] && FORMULA_HAS_BOTTLE=1 || true
107
108
109
- local BOTTLE_LINK BOTTLE; BOTTLE_LINK="${JSON}.bottle.lnk";
110
- local BOTTLE_EXISTS BOTTLE_MISMATCH VERSION_MISMATCH
+ local BOTTLE_LINK BOTTLE=""; BOTTLE_LINK="${JSON}.bottle.lnk";
+ local BOTTLE_EXISTS= BOTTLE_MISMATCH= VERSION_MISMATCH=
111
112
113
# Check that the bottle file exists and is still appropriate for the formula
0 commit comments