Comment in sh needs to be the beginning of a word
This commit is contained in:
parent
6eb5b3ac27
commit
8544f51ef7
@ -471,7 +471,7 @@ PROLOG_SCRIPT["cmd"] = <<EOS
|
|||||||
:""||{ ""=> %q<-*- ruby -*-
|
:""||{ ""=> %q<-*- ruby -*-
|
||||||
@"%~dp0#{ruby_install_name}" -x "%~f0" %*
|
@"%~dp0#{ruby_install_name}" -x "%~f0" %*
|
||||||
@exit /b %ERRORLEVEL%
|
@exit /b %ERRORLEVEL%
|
||||||
};{#\n#{prolog_script.gsub(/(?=\n)/, ' #')}>,\n}
|
};{ #\n#{prolog_script.gsub(/(?=\n)/, ' #')}>,\n}
|
||||||
EOS
|
EOS
|
||||||
PROLOG_SCRIPT.default = (load_relative || /\s/ =~ bindir) ?
|
PROLOG_SCRIPT.default = (load_relative || /\s/ =~ bindir) ?
|
||||||
<<EOS : PROLOG_SCRIPT["exe"]
|
<<EOS : PROLOG_SCRIPT["exe"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user