1
0
Fork 0
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:
Nobuyoshi Nakada 2019-07-15 09:26:57 +09:00
parent a197579073
commit ff3704031a
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

@ -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)