summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--python.eselect.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/python.eselect.in b/python.eselect.in
index aa4eaa7..d84f1ef 100644
--- a/python.eselect.in
+++ b/python.eselect.in
@@ -336,6 +336,7 @@ do_set() {
# need to do this outta loop in case no pref matches
prefs=( "${prefs[@]:0:target_idx}" "${target}" "${prefs[@]:target_idx}" )
+ umask 022
write_preferences "${prefs[@]}"
post_update
}