10000 Fix values of mismatch detection variables carrying over to the next … · node2319/opencv-python@a49c1b1 · GitHub
[go: up one dir, main page]

Skip to content

Commit a49c1b1

Browse files
committed
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 7f9aa26 commit a49c1b1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis_osx_brew_cache.sh

Lines changed: 2 additions & 2 deletions
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)
0