Undent doesn't like paragraphing
This commit is contained in:
parent
feb77b2085
commit
adc158412c
@ -12,13 +12,13 @@ module Homebrew extend self
|
|||||||
ENV['VERBOSE'] = '1'
|
ENV['VERBOSE'] = '1'
|
||||||
ENV['HOMEBREW_LOG'] = '1'
|
ENV['HOMEBREW_LOG'] = '1'
|
||||||
puts <<-EOS.undent_________________________________________________________72
|
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
|
this should help you build stuff. Notably though, the system versions of
|
||||||
gem and pip will ignore our configuration and insist on using the
|
gem and pip will ignore our configuration and insist on using the
|
||||||
environment they were built under (mostly). Sadly, scons will also
|
environment they were built under (mostly). Sadly, scons will also
|
||||||
ignore our configuration.
|
ignore our configuration.
|
||||||
All toolchain use will be logged to: ~/Library/Homebrew/Logs/cc.log
|
All toolchain use will be logged to: ~/Library/Homebrew/Logs/cc.log
|
||||||
When done, type `exit'.
|
When done, type `exit'.
|
||||||
EOS
|
EOS
|
||||||
exec ENV['SHELL']
|
exec ENV['SHELL']
|
||||||
end
|
end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user