Skip to content

Commit

Permalink
brew.sh: set up openssl and curl
Browse files Browse the repository at this point in the history
  • Loading branch information
mistydemeo committed May 23, 2017
1 parent 915d0f4 commit 48173e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Library/brew.sh
Expand Up @@ -194,8 +194,12 @@ fi

# Hide shellcheck complaint:
# shellcheck source=/dev/null
source "$HOMEBREW_LIBRARY/Homebrew/utils/openssl.sh"
setup-openssl-path
source "$HOMEBREW_LIBRARY/Homebrew/utils/ruby.sh"
setup-ruby-path
source "$HOMEBREW_LIBRARY/Homebrew/utils/curl.sh"
setup-curl-path

if [[ -n "$HOMEBREW_BASH_COMMAND" ]]
then
Expand Down

0 comments on commit 48173e7

Please sign in to comment.