You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by Sam Ruby <ru...@apache.org> on 2016/03/04 23:25:40 UTC

[whimsy.git] [1/1] Commit 4ae266d: add chmod

Commit 4ae266d5b985f3a19caef7b4a96389e770dff5cd:
    add chmod


Branch: refs/heads/master
Author: Sam Ruby <ru...@intertwingly.net>
Committer: Sam Ruby <ru...@intertwingly.net>
Pusher: rubys <ru...@apache.org>

------------------------------------------------------------
tools/deliver.rb                                             | ++ 
------------------------------------------------------------
2 changes: 2 additions, 0 deletions.
------------------------------------------------------------


diff --git a/tools/deliver.rb b/tools/deliver.rb
index a2987bd..f204b9f 100644
--- a/tools/deliver.rb
+++ b/tools/deliver.rb
@@ -21,3 +21,5 @@
 FileUtils.mkdir_p File.dirname(file)
 File.write file, mail, encoding: Encoding::BINARY
 File.utime time, time, file
+File.umask 0002
+File.chmod 0644, file