git://git.exim.org
/
buildfarm-client.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13a8b80
)
Set umask; important for initial testsuite tree create
author
Jeremy Harris
<jgh@wizmail.org>
Sun, 6 Nov 2016 18:03:18 +0000
(18:03 +0000)
committer
Jeremy Harris
<jgh@wizmail.org>
Sun, 6 Nov 2016 18:04:36 +0000
(18:04 +0000)
run_build
patch
|
blob
|
history
diff --git
a/run_build
b/run_build
index 464526fdee07f4ce47ed196612167d9a97df9087..9a2fcb9a700970a96042e883e3256cf2b450b450 100755
(executable)
--- 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