From ced8bbee7ce905518603bb414d928d608dace621 Mon Sep 17 00:00:00 2001 From: eban Date: Sun, 9 Mar 2003 10:39:50 +0000 Subject: * lib/fileutils.rb (mkdir, mkdir_p): revert. * instruby.rb (umask): umask 0022, not 0. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@3569 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- instruby.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'instruby.rb') diff --git a/instruby.rb b/instruby.rb index 5fc09468ef..fc35948bf7 100644 --- a/instruby.rb +++ b/instruby.rb @@ -9,7 +9,7 @@ require 'shellwords' require 'getopts' require 'tempfile' -File.umask(0) +File.umask(0022) def parse_args() getopts('n', 'dest-dir:', -- cgit v1.2.3