Skip to content

Commit 0ed58c6

Browse files
committed
Ensure umask is set to a sane default
Fixes #110
1 parent b4f8865 commit 0ed58c6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

repro.in

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ if ((DEBUG)); then
88
set -x
99
fi
1010

11+
# Ensure umask is set correctly
12+
umask 022
13+
1114
BUILDDIRECTORY=/var/lib/repro
1215

1316
KEYRINGCACHE="${BUILDDIRECTORY}/keyring"

0 commit comments

Comments
 (0)