ruby.sh: fix original setup ruby path name.
This commit is contained in:
parent
c598e1afd5
commit
b418fe94c8
@ -1,4 +1,4 @@
|
||||
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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user