mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[DOC] Fix Process::exec documentation [ci skip]
Shell reserved words and special built-in commands can be placed at only the beginning of the command (except for leading white spaces).
This commit is contained in:
parent
01d9e7f26c
commit
e294beb731
1 changed files with 1 additions and 1 deletions
|
@ -3155,7 +3155,7 @@ NORETURN(static VALUE f_exec(int c, const VALUE *a, VALUE _));
|
||||||
* these simple rules:
|
* these simple rules:
|
||||||
*
|
*
|
||||||
* * no meta characters
|
* * no meta characters
|
||||||
* * no shell reserved word and no special built-in
|
* * not starting with shell reserved word or special built-in
|
||||||
* * Ruby invokes the command directly without shell
|
* * Ruby invokes the command directly without shell
|
||||||
*
|
*
|
||||||
* You can force shell invocation by adding ";" to the string (because ";" is
|
* You can force shell invocation by adding ";" to the string (because ";" is
|
||||||
|
|
Loading…
Reference in a new issue