aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew
diff options
context:
space:
mode:
authorJack Nagel2015-04-21 20:46:02 -0400
committerJack Nagel2015-04-21 20:46:02 -0400
commitd4c8f83381b909c7448c435244745d9ad08cc54b (patch)
tree0601c0e35328f83e322666e24e32c153fef77287 /Library/Homebrew
parentd85f2dabcace10072c97cb5208e73a332c6b65ca (diff)
downloadbrew-d4c8f83381b909c7448c435244745d9ad08cc54b.tar.bz2
Inline error message
Diffstat (limited to 'Library/Homebrew')
-rw-r--r--Library/Homebrew/global.rb6
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Homebrew/global.rb b/Library/Homebrew/global.rb
index 556276546..442671518 100644
--- a/Library/Homebrew/global.rb
+++ b/Library/Homebrew/global.rb
@@ -107,9 +107,3 @@ HOMEBREW_PULL_OR_COMMIT_URL_REGEX = %r[https://github\.com/([\w-]+)/homebrew(-[\
require 'compat' unless ARGV.include? "--no-compat" or ENV['HOMEBREW_NO_COMPAT']
ORIGINAL_PATHS = ENV['PATH'].split(File::PATH_SEPARATOR).map{ |p| Pathname.new(p).expand_path rescue nil }.compact.freeze
-
-SUDO_BAD_ERRMSG = <<-EOS.undent
- You can use brew with sudo, but only if the brew executable is owned by root.
- However, this is both not recommended and completely unsupported so do so at
- your own risk.
-EOS