diff options
| author | Max Howell | 2009-08-08 14:05:09 +0100 |
|---|---|---|
| committer | Max Howell | 2009-08-10 18:11:23 +0100 |
| commit | 7c0bd6fcb0439e939ff23691e29945b4155fd86d (patch) | |
| tree | 7855c87c2990faf52358ea886d9da53016f86064 /bin | |
| parent | 050d753b1f89b932e5851ba9e497575b52d434df (diff) | |
| download | homebrew-7c0bd6fcb0439e939ff23691e29945b4155fd86d.tar.bz2 | |
ohai takes multiple parameters
Will not show any of the block if the 1st additional parameter is nil
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/brew | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -58,11 +58,7 @@ begin start_time=Time.now begin install f - if f.caveats - ohai "Caveats" - puts f.caveats - puts - end + ohai "Caveats", f.caveats, '' ohai 'Finishing up' clean f raise "Nothing was installed to #{f.prefix}" unless f.installed? |
