Skip to content
Snippets Groups Projects
Commit b418fe94 authored by Mike McQuaid's avatar Mike McQuaid
Browse files

ruby.sh: fix original setup ruby path name.

parent c598e1af
No related branches found
No related tags found
No related merge requests found
origin-setup-ruby-path() {
original-setup-ruby-path() {
if [[ -z "$HOMEBREW_DEVELOPER" ]]
then
unset HOMEBREW_RUBY_PATH
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment