Bug #14227 ยป 0001-tool-rbinstall.rb-allow-owner-to-have-write-permissi.patch
tool/rbinstall.rb | ||
---|---|---|
INDENT = " "*36
|
||
STDOUT.sync = true
|
||
File.umask(0222)
|
||
File.umask(022)
|
||
def parse_args(argv = ARGV)
|
||
$mantype = 'doc'
|
||
-
|