mirror of
https://github.com/ruby/ruby.git
synced 2025-08-23 21:14:23 +02:00
rbinstall.rb: default umask
* tool/rbinstall.rb: revert r49841 and default umask to just prohibit all from writing. symlink(2) has no argument to set permissions but is affected by umask. [ruby-dev:49975] [Bug #13194] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57543 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
48732df59a
commit
00742d2ca5
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ rescue LoadError
|
|||
end
|
||||
|
||||
STDOUT.sync = true
|
||||
File.umask(077)
|
||||
File.umask(0222)
|
||||
|
||||
def parse_args(argv = ARGV)
|
||||
$mantype = 'doc'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue