aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Homebrew/install_renamed.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-10-30 16:15:31 -0700
committerMike McQuaid2013-10-30 16:15:31 -0700
commita28b57d3fb84a618d07cb636c387423d1ebbb850 (patch)
tree15d9a73bc7c94f081ff0c41b263d5dc3db8575c1 /Library/Homebrew/install_renamed.rb
parentd9d2443d5d3b854095225c96218979165151a716 (diff)
downloadbrew-a28b57d3fb84a618d07cb636c387423d1ebbb850.tar.bz2
git-etc: remove all code.
I've given up on this; too many edge cases. If someone else wants to pick it up then send me a message and I'll walk you through the approach.
Diffstat (limited to 'Library/Homebrew/install_renamed.rb')
-rw-r--r--Library/Homebrew/install_renamed.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/install_renamed.rb b/Library/Homebrew/install_renamed.rb
index 105791d2b..42d0fee8f 100644
--- a/Library/Homebrew/install_renamed.rb
+++ b/Library/Homebrew/install_renamed.rb
@@ -15,7 +15,7 @@ module InstallRenamed
private
def append_default_if_different src, dst
- if File.file? dst and !FileUtils.identical?(src, dst) and !ENV['HOMEBREW_GIT_ETC']
+ if File.file? dst and !FileUtils.identical?(src, dst)
dst += ".default"
end
dst