1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

NEWS: quote false [ci skip]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@64446 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2018-08-18 09:56:43 +00:00
parent b6eb3fcbec
commit 3e1a6feeb6

2
NEWS
View file

@ -121,7 +121,7 @@ sufficient information, see the ChangeLog file or Redmine
* incompatible changes:
* `system()` and `exec()` do not close non-standard file descriptors
(The default of `:close_others` option is changed to false by
(The default of `:close_others` option is changed to `false` by
default. but we still set the `FD_CLOEXEC` flag on descriptors we
create). [Misc #14907]