Skip to content
Snippets Groups Projects
Commit fe597c00 authored by Jack Nagel's avatar Jack Nagel
Browse files

Don't fetch the value just to throw it away

parent 2d049ae0
No related branches found
No related tags found
No related merge requests found
......@@ -31,7 +31,7 @@ module Homebrew extend self
HOMEBREW_SVN HOMEBREW_GIT
HOMEBREW_SDKROOT HOMEBREW_BUILD_FROM_SOURCE
MAKE GIT CPP
ACLOCAL_PATH PATH CPATH].select{ |key| env.fetch(key) if env.key? key }
ACLOCAL_PATH PATH CPATH].select { |key| env.key?(key) }
end
def dump_build_env env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment