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

Use cp because install warns on empty arrays

parent 1ec1d363
No related branches found
No related tags found
No related merge requests found
......@@ -261,7 +261,7 @@ class Formula
# so load any deps before this point! And exit asap afterwards
yield self
ensure
(HOMEBREW_LOGS+name).install Dir["config.log", "CMakeCache.txt"]
cp Dir["config.log", "CMakeCache.txt"], HOMEBREW_LOGS+name
end
end
end
......
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