summaryrefslogtreecommitdiff
path: root/src/share/ma/keys_for_user
diff options
context:
space:
mode:
Diffstat (limited to 'src/share/ma/keys_for_user')
-rw-r--r--src/share/ma/keys_for_user3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/share/ma/keys_for_user b/src/share/ma/keys_for_user
index 01924ea..6f61828 100644
--- a/src/share/ma/keys_for_user
+++ b/src/share/ma/keys_for_user
@@ -43,6 +43,9 @@ export GNUPGHOME
# extract user IDs from authorized_user_ids file
IFS=$'\n'
for line in $(meat "$authorizedUserIDs") ; do
+ if [[ "$line" =~ ^[[:space:]] ]] ; then
+ continue
+ fi
printf '%s' "$line" | \
su_monkeysphere_user ". ${SYSSHAREDIR}/common; read X; keys_for_userid \"\$X\"" || true
done