Skip to content

Commit

Permalink
Formatting fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
clint-stripe committed Aug 10, 2023
1 parent 726f1ea commit 7b525db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/brew
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ ENV_VAR_NAMES=(
# When using .curlrc is permitted, also allow setting CURL_HOME
if [[ -n "${HOMEBREW_CURLRC-}" && -n "${HOMEBREW_CURL_HOME-}" ]]
then
FILTERED_ENV+=("CURL_HOME=${HOMEBREW_CURL_HOME}")
FILTERED_ENV+=("CURL_HOME=${HOMEBREW_CURL_HOME}")
fi

# Filter all but the specific variables.
Expand Down

0 comments on commit 7b525db

Please sign in to comment.