aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/extend/os/system_config.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Homebrew/extend/os/system_config.rb')
-rw-r--r--Library/Homebrew/extend/os/system_config.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Homebrew/extend/os/system_config.rb b/Library/Homebrew/extend/os/system_config.rb
index cf7b69cb6..edc007166 100644
--- a/Library/Homebrew/extend/os/system_config.rb
+++ b/Library/Homebrew/extend/os/system_config.rb
@@ -1,5 +1,2 @@
require "system_config"
-
-if OS.mac?
- require "extend/os/mac/system_config"
-end
+require "extend/os/mac/system_config" if OS.mac?