From 8544f51ef70b6b34aa6c81f5b52a4f05da464609 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 11 Feb 2021 22:18:11 +0900 Subject: [PATCH] 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 b49d91fc3f..fece0c64f2 100755 --- a/tool/rbinstall.rb +++ b/tool/rbinstall.rb @@ -471,7 +471,7 @@ PROLOG_SCRIPT["cmd"] = < %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) ? <