From ff3704031a6c23ae2020576c4fecbdc6b1c91246 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Mon, 15 Jul 2019 09:26:57 +0900 Subject: Insert a newline before `=end` For a certain editor which cannot handle here-document properly. --- tool/rbinstall.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tool/rbinstall.rb') diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb index 427d69f0f6..9046249bfb 100755 --- a/tool/rbinstall.rb +++ b/tool/rbinstall.rb @@ -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) -- cgit v1.2.3