diff options
Diffstat (limited to 'Library')
| -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 210c4fe2d..dd9bbb369 100644 --- a/Library/Homebrew/tab.rb +++ b/Library/Homebrew/tab.rb @@ -24,7 +24,7 @@ class Tab < OpenStruct :built_as_bottle => !!ARGV.build_bottle?, :poured_from_bottle => false, :tapped_from => f.tap, - :time => Time.now.to_i, # to_s would be better but Ruby has no from_s function :P + :time => Time.now.to_i, :HEAD => sha, :compiler => compiler, :stdlib => stdlib |
