Use cp because install warns on empty arrays
This commit is contained in:
parent
1ec1d36301
commit
d18c016a27
@ -261,7 +261,7 @@ class Formula
|
|||||||
# so load any deps before this point! And exit asap afterwards
|
# so load any deps before this point! And exit asap afterwards
|
||||||
yield self
|
yield self
|
||||||
ensure
|
ensure
|
||||||
(HOMEBREW_LOGS+name).install Dir["config.log", "CMakeCache.txt"]
|
cp Dir["config.log", "CMakeCache.txt"], HOMEBREW_LOGS+name
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user