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 -*-
|
||||
_=_\\
|
||||
=begin
|
||||
#{prolog_script}=end
|
||||
#{prolog_script.chomp}
|
||||
=end
|
||||
EOS
|
||||
|
||||
installer = Struct.new(:ruby_shebang, :ruby_bin, :ruby_install_name, :stub, :trans)
|
||||
|
Loading…
x
Reference in New Issue
Block a user