From 4f55cd78ca4ea2fc2a3793ab06d1d52c73f93840 Mon Sep 17 00:00:00 2001 From: Jeremy Harris Date: Sun, 6 Nov 2016 18:03:18 +0000 Subject: [PATCH] Set umask; important for initial testsuite tree create --- run_build | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.30.2