提交 e7ced273 编写于 作者: A apendua

Change output file privileges (664).

上级 faab3b03
......@@ -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:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册