aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/superenv.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/superenv.rb')
-rw-r--r--Library/Homebrew/superenv.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/Library/Homebrew/superenv.rb b/Library/Homebrew/superenv.rb
index f059283ce..ce5eecf9c 100644
--- a/Library/Homebrew/superenv.rb
+++ b/Library/Homebrew/superenv.rb
@@ -100,7 +100,6 @@ class << ENV
paths << HOMEBREW_PREFIX/:bin
paths << "#{MacSystem.x11_prefix}/bin" if x11?
paths += %w{/usr/bin /bin /usr/sbin /sbin}
- paths += ORIGINAL_PATHS.map{|pn| pn.realpath.to_s rescue nil } - %w{/usr/X11/bin /opt/X11/bin}
paths.to_path_s
end