diff options
Diffstat (limited to 'src/share/common')
-rw-r--r-- | src/share/common | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/share/common b/src/share/common index f8ae9df..b26b57e 100644 --- a/src/share/common +++ b/src/share/common @@ -384,6 +384,8 @@ test_gpg_expire() { # directories with correct permissions touch_key_file_or_fail() { local keyFile="$1" + local newUmask + if [ ! -f "$keyFile" ]; then # make sure to create files and directories with the # appropriate write bits turned off: |