diff options
| author | Jack Nagel | 2015-03-07 23:53:33 -0500 |
|---|---|---|
| committer | Jack Nagel | 2015-03-07 23:53:33 -0500 |
| commit | b7abcd7c6a22e4a4540a657e08bce5be5222ff61 (patch) | |
| tree | 5a5633d811f331127cd113759586e43132f4061b /Library/Homebrew | |
| parent | 52dca846eb04ab43ca14fe1836cc5a732e7b3232 (diff) | |
| download | homebrew-b7abcd7c6a22e4a4540a657e08bce5be5222ff61.tar.bz2 | |
Decouple the install receipt from ARGV
Diffstat (limited to 'Library/Homebrew')
| -rw-r--r-- | Library/Homebrew/tab.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Library/Homebrew/tab.rb b/Library/Homebrew/tab.rb index 14c3e93d8..84960e7ea 100644 --- a/Library/Homebrew/tab.rb +++ b/Library/Homebrew/tab.rb @@ -15,7 +15,7 @@ class Tab < OpenStruct "used_options" => build.used_options.as_flags, "unused_options" => build.unused_options.as_flags, "tabfile" => formula.prefix.join(FILENAME), - "built_as_bottle" => !!ARGV.build_bottle?, + "built_as_bottle" => build.bottle?, "poured_from_bottle" => false, "tapped_from" => formula.tap, "time" => Time.now.to_i, |
