From adab59cd7a141a7630593ecd3db0111599f81fb4 Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sun, 23 Apr 2017 21:04:15 +0100 Subject: brew: set Bintray variables. These are set as `HOMEBREW_BINTRAY_*` and then used by the rest of `brew` as normal. --- bin/brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/brew b/bin/brew index 1c7b4c897..306be5ea0 100755 --- a/bin/brew +++ b/bin/brew @@ -44,7 +44,7 @@ fi HOMEBREW_LIBRARY="$HOMEBREW_REPOSITORY/Library" -for VAR in EDITOR PATH +for VAR in EDITOR PATH BINTRAY_USER BINTRAY_KEY do VAR_NEW="HOMEBREW_${VAR}" [[ -n "${!VAR_NEW}" ]] && continue -- cgit v1.2.3