aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike McQuaid2017-04-23 21:04:15 +0100
committerMike McQuaid2017-04-23 21:04:15 +0100
commitadab59cd7a141a7630593ecd3db0111599f81fb4 (patch)
treeeeb0b5f83fc94c29ade6211ebe7d40e20bd9bbad
parentcfe2c3c9007ae919267eb0767ef84c27748829c4 (diff)
downloadbrew-adab59cd7a141a7630593ecd3db0111599f81fb4.tar.bz2
brew: set Bintray variables.
These are set as `HOMEBREW_BINTRAY_*` and then used by the rest of `brew` as normal.
-rwxr-xr-xbin/brew2
1 files changed, 1 insertions, 1 deletions
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