diff options
| author | Jack Nagel | 2013-12-09 15:15:53 -0600 | 
|---|---|---|
| committer | Jack Nagel | 2013-12-09 15:15:53 -0600 | 
| commit | 6e8a3c2bd4ba73884e8a5af986410833a29ce9db (patch) | |
| tree | cdb37320ff4b5b756e505beec0c3d6c9ec3746b2 /Library/Homebrew/software_spec.rb | |
| parent | 29c00f58db2422db63f725fe71984f04c175dbcb (diff) | |
| download | homebrew-6e8a3c2bd4ba73884e8a5af986410833a29ce9db.tar.bz2 | |
Silence more warnings
Diffstat (limited to 'Library/Homebrew/software_spec.rb')
| -rw-r--r-- | Library/Homebrew/software_spec.rb | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/Library/Homebrew/software_spec.rb b/Library/Homebrew/software_spec.rb index 010d4ef83..181111540 100644 --- a/Library/Homebrew/software_spec.rb +++ b/Library/Homebrew/software_spec.rb @@ -97,6 +97,7 @@ class Bottle < SoftwareSpec      @revision = 0      @prefix = '/usr/local'      @cellar = '/usr/local/Cellar' +    @root_url = nil    end    # Checksum methods in the DSL's bottle block optionally take | 
