зеркало из https://github.com/github/ruby.git
* process.c (rb_f_exec): fixed rdoc.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25704 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
ade7714d20
Коммит
561fbde435
|
@ -1737,7 +1737,7 @@ rb_exec_arg_fixup(struct rb_exec_arg *e)
|
|||
* it is taken as a command line that is subject to shell expansion before being executed.
|
||||
*
|
||||
* The standard shell means always <code>"/bin/sh"</code> on Unix-like systems,
|
||||
* <code>ENV["RUBYSHELL"]</code> or <code>"cmd.exe"</code> on Windows NT series, and
|
||||
* <code>ENV["RUBYSHELL"]</code> or <code>ENV["COMSPEC"]</code> on Windows NT series, and
|
||||
* similar.
|
||||
*
|
||||
* If two or more +string+ given,
|
||||
|
|
Загрузка…
Ссылка в новой задаче