From: Jeremy Harris Date: Sun, 6 Nov 2016 18:03:18 +0000 (+0000) Subject: Set umask; important for initial testsuite tree create X-Git-Url: https://git.exim.org/buildfarm-client.git/commitdiff_plain/4f55cd78ca4ea2fc2a3793ab06d1d52c73f93840 Set umask; important for initial testsuite tree create --- diff --git a/run_build b/run_build index 464526f..9a2fcb9 100755 --- a/run_build +++ b/run_build @@ -90,6 +90,8 @@ my %module_hooks; my $orig_dir = getcwd(); push @INC, $orig_dir; +umask 022; + # make sure we exit nicely on any normal interrupt # so the cleanup handler gets called. # that lets us stop the db if it's running and