summaryrefslogtreecommitdiff
path: root/instruby.rb
diff options
context:
space:
mode:
authoreban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-03-09 10:39:50 +0000
committereban <eban@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-03-09 10:39:50 +0000
commitced8bbee7ce905518603bb414d928d608dace621 (patch)
treece83e762dbd275c8a57bb4fd92b9abc1952d7e37 /instruby.rb
parentbf115a5e417184eef6601120df974c9b4dbe104e (diff)
* 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
Diffstat (limited to 'instruby.rb')
-rw-r--r--instruby.rb2
1 files changed, 1 insertions, 1 deletions
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:',