diff options
| author | Max Howell | 2012-09-03 11:57:18 -0400 |
|---|---|---|
| committer | Max Howell | 2012-09-03 15:12:30 -0400 |
| commit | adc158412c3dfddcbd249288e2fbf398d518a9a5 (patch) | |
| tree | 974d43e63ebf035f3e3fc683764b0656098dc22d | |
| parent | feb77b208566eed340197dc17d27e0de5c1e16f7 (diff) | |
| download | brew-adc158412c3dfddcbd249288e2fbf398d518a9a5.tar.bz2 | |
Undent doesn't like paragraphing
| -rw-r--r-- | Library/Homebrew/cmd/sh.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Homebrew/cmd/sh.rb b/Library/Homebrew/cmd/sh.rb index 5a6e45f44..eca214e34 100644 --- a/Library/Homebrew/cmd/sh.rb +++ b/Library/Homebrew/cmd/sh.rb @@ -12,13 +12,13 @@ module Homebrew extend self ENV['VERBOSE'] = '1' ENV['HOMEBREW_LOG'] = '1' puts <<-EOS.undent_________________________________________________________72 - Your shell has been configured to use Homebrew's build environment: + Your shell has been configured to use Homebrew's build environment: this should help you build stuff. Notably though, the system versions of gem and pip will ignore our configuration and insist on using the environment they were built under (mostly). Sadly, scons will also ignore our configuration. - All toolchain use will be logged to: ~/Library/Homebrew/Logs/cc.log - When done, type `exit'. + All toolchain use will be logged to: ~/Library/Homebrew/Logs/cc.log + When done, type `exit'. EOS exec ENV['SHELL'] end |
