summaryrefslogtreecommitdiffstats
path: root/bin/emaint
diff options
context:
space:
mode:
Diffstat (limited to 'bin/emaint')
-rwxr-xr-xbin/emaint2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/emaint b/bin/emaint
index 56a6617b0..52ed1f53b 100755
--- a/bin/emaint
+++ b/bin/emaint
@@ -464,7 +464,7 @@ def emaint_main(myargv):
# Similar to emerge, emaint needs a default umask so that created
# files (such as the world file) have sane permissions.
- os.umask(022)
+ os.umask(0o22)
# TODO: Create a system that allows external modules to be added without
# the need for hard coding.