From 4e3fec1e9e6acb8874ca7aee5573f91555c3a796 Mon Sep 17 00:00:00 2001 From: Nico Schottelius Date: Tue, 13 Sep 2011 16:10:03 +0200 Subject: [PATCH] add hint to pythons octal mode Signed-off-by: Nico Schottelius --- bin/cdist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/cdist b/bin/cdist index e20a9f49..f50bb1fb 100755 --- a/bin/cdist +++ b/bin/cdist @@ -551,7 +551,7 @@ class Cdist: if status.st_size == len(CODE_HEADER): os.unlink(outfile) else: - # Add header and make executable + # Add header and make executable - identically to 0o700 os.chmod(outfile, stat.S_IXUSR | stat.S_IRUSR | stat.S_IWUSR) if mode == "code":