mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Comment in sh needs to be the beginning of a word
This commit is contained in:
parent
6eb5b3ac27
commit
8544f51ef7
1 changed files with 1 additions and 1 deletions
|
@ -471,7 +471,7 @@ PROLOG_SCRIPT["cmd"] = <<EOS
|
|||
:""||{ ""=> %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"]
|
||||
|
|
Loading…
Reference in a new issue