From 366064aa7478a3f8bee31d37e8b1076649264455 Mon Sep 17 00:00:00 2001 From: Ulrich Müller Date: Wed, 27 Jan 2016 20:25:39 +0100 Subject: Set umask. * bin/eselect.in: Set umask +rx, bug 572348. --- bin/eselect.in | 2 ++ 1 file changed, 2 insertions(+) (limited to 'bin') diff --git a/bin/eselect.in b/bin/eselect.in index 934a10a..c446d46 100755 --- a/bin/eselect.in +++ b/bin/eselect.in @@ -55,6 +55,8 @@ IFS=$' \t\n' shopt -s extglob shopt -s expand_aliases +umask +rx + # Save stderr file descriptor if (( BASH_VERSINFO[0] == 4 && BASH_VERSINFO[1] >= 1 || BASH_VERSINFO[0] > 4 )) then -- cgit v1.2.3-65-gdbad