mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
ade7714d20
commit
561fbde435
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
* 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,
|
* 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.
|
* similar.
|
||||||
*
|
*
|
||||||
* If two or more +string+ given,
|
* If two or more +string+ given,
|
||||||
|
|
Loading…
Reference in a new issue