Skip to content

Commit 54cbe08

Browse files
native-apiskvark
authored andcommitted
Fix values of mismatch detection variables carrying over to the next iteration
Happened in https://travis-ci.org/skvark/opencv-python/builds/518836739 S1 jobs
1 parent 630df31 commit 54cbe08

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: travis_osx_brew_cache.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,8 @@ function brew_add_local_bottles {
106106
local FORMULA_HAS_BOTTLE; [ -n "$FORMULA_BOTTLE_HASH" ] && FORMULA_HAS_BOTTLE=1 || true
107107

108108

109-
local BOTTLE_LINK BOTTLE; BOTTLE_LINK="${JSON}.bottle.lnk";
110-
local BOTTLE_EXISTS BOTTLE_MISMATCH VERSION_MISMATCH
109+
local BOTTLE_LINK BOTTLE=""; BOTTLE_LINK="${JSON}.bottle.lnk";
110+
local BOTTLE_EXISTS= BOTTLE_MISMATCH= VERSION_MISMATCH=
111111

112112

113113
# Check that the bottle file exists and is still appropriate for the formula

0 commit comments

Comments
 (0)