Insert a newline before =end
For a certain editor which cannot handle here-document properly.
This commit is contained in:
parent
a197579073
commit
ff3704031a
@ -469,7 +469,8 @@ PROLOG_SCRIPT.default = (load_relative || /\s/ =~ bindir) ?
|
|||||||
# -*- ruby -*-
|
# -*- ruby -*-
|
||||||
_=_\\
|
_=_\\
|
||||||
=begin
|
=begin
|
||||||
#{prolog_script}=end
|
#{prolog_script.chomp}
|
||||||
|
=end
|
||||||
EOS
|
EOS
|
||||||
|
|
||||||
installer = Struct.new(:ruby_shebang, :ruby_bin, :ruby_install_name, :stub, :trans)
|
installer = Struct.new(:ruby_shebang, :ruby_bin, :ruby_install_name, :stub, :trans)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user