Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vendored Ruby tweaks #494

Merged
merged 3 commits into from
Jul 12, 2016
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
ruby.sh: fix original setup ruby path name.
  • Loading branch information
MikeMcQuaid committed Jul 12, 2016
commit b418fe94c84e229425188ff1b873b34db7b6baf7
4 changes: 2 additions & 2 deletions Library/Homebrew/utils/ruby.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
origin-setup-ruby-path() {
original-setup-ruby-path() {
if [[ -z "$HOMEBREW_DEVELOPER" ]]
then
unset HOMEBREW_RUBY_PATH
Expand All @@ -24,7 +24,7 @@ origin-setup-ruby-path() {
setup-ruby-path() {
if [[ -z "$HOMEBREW_USE_VENDOR_RUBY" ]]
then
origin-setup-ruby-path
original-setup-ruby-path
return
fi

Expand Down