From 875b9873b351a1a4643cfe635131253150d335e9 Mon Sep 17 00:00:00 2001 From: Jameson Rollins Date: Fri, 29 Oct 2010 19:10:52 -0400 Subject: fix variable declaration (leftover from break out of touch_key_file_or_fail) --- src/share/common | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/share/common') 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: -- cgit v1.2.3