aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMike McQuaid2016-07-11 16:57:33 +0100
committerMike McQuaid2016-07-12 08:51:36 +0100
commitb418fe94c84e229425188ff1b873b34db7b6baf7 (patch)
tree146798c448d7700da7c9d82a4971a48cb556a94a /Library
parentc598e1afd5516724be8a67f2c929578bfeb69a18 (diff)
downloadbrew-b418fe94c84e229425188ff1b873b34db7b6baf7.tar.bz2
ruby.sh: fix original setup ruby path name.
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/utils/ruby.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Homebrew/utils/ruby.sh b/Library/Homebrew/utils/ruby.sh
index 6ff97b772..931f18ac4 100644
--- a/Library/Homebrew/utils/ruby.sh
+++ b/Library/Homebrew/utils/ruby.sh
@@ -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