aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Contributions
diff options
context:
space:
mode:
authorMike McQuaid2013-12-12 18:58:47 +0000
committerMike McQuaid2013-12-12 18:58:47 +0000
commitc0d199759fd73014c8fc36f6116a8d36a2a95a81 (patch)
treecb10467bc9a68b150aa54c3228012838dd2e3508 /Library/Contributions
parent01c2d40f6c9a7b9616cc25d2139e70bd0ca4fc20 (diff)
downloadbrew-c0d199759fd73014c8fc36f6116a8d36a2a95a81.tar.bz2
brew-pull: remove empty if block.
Diffstat (limited to 'Library/Contributions')
-rwxr-xr-xLibrary/Contributions/cmd/brew-pull.rb3
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