diff options
| author | Mike McQuaid | 2013-12-12 18:58:47 +0000 |
|---|---|---|
| committer | Mike McQuaid | 2013-12-12 18:58:47 +0000 |
| commit | c0d199759fd73014c8fc36f6116a8d36a2a95a81 (patch) | |
| tree | cb10467bc9a68b150aa54c3228012838dd2e3508 /Library/Contributions | |
| parent | 01c2d40f6c9a7b9616cc25d2139e70bd0ca4fc20 (diff) | |
| download | brew-c0d199759fd73014c8fc36f6116a8d36a2a95a81.tar.bz2 | |
brew-pull: remove empty if block.
Diffstat (limited to 'Library/Contributions')
| -rwxr-xr-x | Library/Contributions/cmd/brew-pull.rb | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Library/Contributions/cmd/brew-pull.rb b/Library/Contributions/cmd/brew-pull.rb index 0922917a2..c60b62942 100755 --- a/Library/Contributions/cmd/brew-pull.rb +++ b/Library/Contributions/cmd/brew-pull.rb @@ -89,9 +89,6 @@ ARGV.named.each do|arg| ohai 'Patch changed:' safe_system 'git', '--no-pager', 'diff', "#{revision}..", '--stat' - if ARGV.include? '--bottle' - end - if ARGV.include? '--install' `git diff #{revision}.. --name-status`.each_line do |line| status, filename = line.split |
