aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Homebrew/cmd/bottle.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/cmd/bottle.rb b/Library/Homebrew/cmd/bottle.rb
index 043e5202c..c74bb1921 100644
--- a/Library/Homebrew/cmd/bottle.rb
+++ b/Library/Homebrew/cmd/bottle.rb
@@ -158,7 +158,7 @@ module Homebrew
safe_system 'tar', 'czf', bottle_path, "#{f.name}/#{f.pkg_version}"
end
- if File.size?(bottle_path) > 1*1024*1024
+ if bottle_path.size > 1*1024*1024
ohai "Detecting if #{filename} is relocatable..."
end