about summary refs log tree commit homepage
path: root/GIT-VERSION-GEN
diff options
context:
space:
mode:
authorEric Wong <normalperson@yhbt.net>2013-09-09 09:12:26 +0000
committerEric Wong <normalperson@yhbt.net>2013-09-09 09:15:43 +0000
commit176a98f0dd54ded790035f07c74b66718d5ee651 (patch)
treebebca1390210da2c63680149abe1da051172ae02 /GIT-VERSION-GEN
parent49f1b62e2f85c8e2470d5162a0206d8a5327e7ce (diff)
downloaddtas-176a98f0dd54ded790035f07c74b66718d5ee651.tar.gz
I have restrictive permissions sometimes, do not propagate them
to the gem/tarballs.
Diffstat (limited to 'GIT-VERSION-GEN')
-rwxr-xr-xGIT-VERSION-GEN1
1 files changed, 1 insertions, 0 deletions
diff --git a/GIT-VERSION-GEN b/GIT-VERSION-GEN
index 8ea7709..c86f3c3 100755
--- a/GIT-VERSION-GEN
+++ b/GIT-VERSION-GEN
@@ -27,4 +27,5 @@ cur_ruby_version = File.read(RVF) rescue nil
 if new_ruby_version != cur_ruby_version
   File.open(RVF, "w") { |fp| fp.write(new_ruby_version) }
 end
+File.chmod(0644, RVF)
 puts vn if $0 == __FILE__