mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Insert a newline before =end
For a certain editor which cannot handle here-document properly.
This commit is contained in:
parent
a197579073
commit
ff3704031a
1 changed files with 2 additions and 1 deletions
|
@ -469,7 +469,8 @@ PROLOG_SCRIPT.default = (load_relative || /\s/ =~ bindir) ?
|
|||
# -*- ruby -*-
|
||||
_=_\\
|
||||
=begin
|
||||
#{prolog_script}=end
|
||||
#{prolog_script.chomp}
|
||||
=end
|
||||
EOS
|
||||
|
||||
installer = Struct.new(:ruby_shebang, :ruby_bin, :ruby_install_name, :stub, :trans)
|
||||
|
|
Loading…
Reference in a new issue