ruby-changes:65237
From: Nobuyoshi <ko1@a...>
Date: Thu, 11 Feb 2021 22:23:37 +0900 (JST)
Subject: [ruby-changes:65237] 8544f51ef7 (master): Comment in sh needs to be the beginning of a word
https://git.ruby-lang.org/ruby.git/commit/?id=8544f51ef7 From 8544f51ef70b6b34aa6c81f5b52a4f05da464609 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Thu, 11 Feb 2021 22:18:11 +0900 Subject: Comment in sh needs to be the beginning of a word --- tool/rbinstall.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb index b49d91f..fece0c6 100755 --- a/tool/rbinstall.rb +++ b/tool/rbinstall.rb @@ -471,7 +471,7 @@ PROLOG_SCRIPT["cmd"] = <<EOS https://github.com/ruby/ruby/blob/trunk/tool/rbinstall.rb#L471 :""||{ ""=> %q<-*- ruby -*- @"%~dp0#{ruby_install_name}" -x "%~f0" %* @exit /b %ERRORLEVEL% -};{#\n#{prolog_script.gsub(/(?=\n)/, ' #')}>,\n} +};{ #\n#{prolog_script.gsub(/(?=\n)/, ' #')}>,\n} EOS PROLOG_SCRIPT.default = (load_relative || /\s/ =~ bindir) ? <<EOS : PROLOG_SCRIPT["exe"] -- cgit v1.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/