Преглед изворни кода

Change output file privileges (664).

apendua пре 13 година
родитељ
комит
0b249adbe0
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      utils/build.py

+ 1 - 0
utils/build.py

@@ -44,6 +44,7 @@ def main(argv=None):
   if args.minify is False:
 
       shutil.copy(path, output)
+      os.chmod(output, 0664); # temp files would usually get 0600
 
   else: