texlive[57943] branches/branch2020.0/Master/tlpkg/bin: try umask 022

commits+karl at tug.org commits+karl at tug.org
Fri Feb 26 23:18:08 CET 2021


Revision: 57943
          http://tug.org/svn/texlive?view=revision&revision=57943
Author:   karl
Date:     2021-02-26 23:18:08 +0100 (Fri, 26 Feb 2021)
Log Message:
-----------
try umask 022

Modified Paths:
--------------
    branches/branch2020.0/Master/tlpkg/bin/c2l
    branches/branch2020.0/Master/tlpkg/bin/ctan2tl

Modified: branches/branch2020.0/Master/tlpkg/bin/c2l
===================================================================
--- branches/branch2020.0/Master/tlpkg/bin/c2l	2021-02-26 21:48:40 UTC (rev 57942)
+++ branches/branch2020.0/Master/tlpkg/bin/c2l	2021-02-26 22:18:08 UTC (rev 57943)
@@ -11,6 +11,7 @@
 use File::Basename;
 
 $| = 1;
+umask 022;
 exit (&main ());
 
 sub main {

Modified: branches/branch2020.0/Master/tlpkg/bin/ctan2tl
===================================================================
--- branches/branch2020.0/Master/tlpkg/bin/ctan2tl	2021-02-26 21:48:40 UTC (rev 57942)
+++ branches/branch2020.0/Master/tlpkg/bin/ctan2tl	2021-02-26 22:18:08 UTC (rev 57943)
@@ -7,6 +7,7 @@
 renice 20 $$ >/dev/null 2>&1
 unset CDPATH  # avoid extraneous output
 LC_ALL=C; export LC_ALL # avoid problems with diff, comm, etc
+umask 022
 
 mydir=`cd \`dirname $0\` && pwd`	# Master/tlpkg/bin
 libexec=`cd $mydir/../libexec && pwd`	# Master/tlpkg/libexec



More information about the tex-live-commits mailing list.