remove HOMEBREW_SSH_PATH

This commit is contained in:
notfromstatefarm 2022-06-22 19:19:22 -04:00
parent 631c245be5
commit 8d76522be2
No known key found for this signature in database
GPG Key ID: 9592CBD495EBF97E
3 changed files with 0 additions and 12 deletions

View File

@ -404,9 +404,6 @@ setup_ssh() {
"${HOMEBREW_BREWED_SSH_PATH}" -V &>/dev/null
then
HOMEBREW_SSH="${HOMEBREW_BREWED_SSH_PATH}"
elif [[ -n "${HOMEBREW_SSH_PATH}" ]]
then
HOMEBREW_SSH="${HOMEBREW_SSH_PATH}"
else
HOMEBREW_SSH="ssh"
fi

View File

@ -324,10 +324,6 @@ module Homebrew
"`git` repos over `ssh`.",
default_text: "`$HOME/.ssh/config`",
},
HOMEBREW_SSH_PATH: {
description: "Set this value to a new enough `ssh` executable for Homebrew to use.",
default_text: "ssh",
},
HOMEBREW_SKIP_OR_LATER_BOTTLES: {
description: "If set along with `HOMEBREW_DEVELOPER`, do not use bottles from older versions " \
"of macOS. This is useful in development on new macOS versions.",

View File

@ -2173,11 +2173,6 @@ example, run `export HOMEBREW_NO_INSECURE_REDIRECT=1` rather than just
*Default:* `$HOME/.ssh/config`
- `HOMEBREW_SSH_PATH`
<br>Set this value to a new enough `ssh` executable for Homebrew to use.
*Default:* `ssh`.
- `HOMEBREW_SKIP_OR_LATER_BOTTLES`
<br>If set along with `HOMEBREW_DEVELOPER`, do not use bottles from older versions of macOS. This is useful in development on new macOS versions.