diff options
| author | Samuel John | 2013-08-21 20:17:38 +0200 |
|---|---|---|
| committer | Samuel John | 2013-08-21 20:17:38 +0200 |
| commit | 1c13eadc714b16efadcbdd5a73a0b2cec7333cab (patch) | |
| tree | b2e389d42e0c29feaf84f1f2fd9021cbbbcd626c /Library/Homebrew/cmd | |
| parent | 865f763ae59fdf32f496ca416fd98117f3370f86 (diff) | |
| download | homebrew-1c13eadc714b16efadcbdd5a73a0b2cec7333cab.tar.bz2 | |
Revert "brew reinstall: Is able to work for all formulae"
This reverts commit 865f763ae59fdf32f496ca416fd98117f3370f86.
Diffstat (limited to 'Library/Homebrew/cmd')
| -rw-r--r-- | Library/Homebrew/cmd/reinstall.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Homebrew/cmd/reinstall.rb b/Library/Homebrew/cmd/reinstall.rb index e5ba1c8f4..e7abd8d4d 100644 --- a/Library/Homebrew/cmd/reinstall.rb +++ b/Library/Homebrew/cmd/reinstall.rb @@ -6,9 +6,6 @@ module Homebrew extend self # At first save the named formulae and remove them from ARGV named = ARGV.named ARGV.delete_if { |arg| named.include? arg } - # We add --force because then uninstall always succeeds and so reinstall - # works for formulae not yet installed. - ARGV << "--force" clean_ARGV = ARGV.clone # Add the used_options for each named formula separately so |
