aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorMax Howell2011-09-01 10:27:47 +0100
committerMax Howell2011-09-01 10:27:47 +0100
commit2e80976a43dce1d78bdd1cc3bbf6b9c2d3d715cf (patch)
treedfcbd180d2138a1158eb7cdf6c41029ae1c4e4a3 /Library
parent3449a9ffcb8d7ffb21cc29a22899b7d4f8bb898f (diff)
downloadhomebrew-2e80976a43dce1d78bdd1cc3bbf6b9c2d3d715cf.tar.bz2
Allow brew install --force again
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/install.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/install.rb b/Library/Homebrew/cmd/install.rb
index 07942f64e..297ba3e5f 100644
--- a/Library/Homebrew/cmd/install.rb
+++ b/Library/Homebrew/cmd/install.rb
@@ -13,7 +13,7 @@ module Homebrew extend self
if File.directory? HOMEBREW_REPOSITORY/"Library/LinkedKegs/#{f.name}"
raise "#{f} already installed\nTry: brew upgrade #{f}"
end
- end
+ end unless ARGV.force?
if Process.uid.zero? and not File.stat(HOMEBREW_BREW_FILE).uid.zero?
# note we only abort if Homebrew is *not* installed as sudo and the user