]> git.proxmox.com Git - mirror_acme.sh.git/commitdiff
More than one blank line is an abomination, apparently
authormedmunds <medmunds@gmail.com>
Mon, 15 Feb 2021 04:06:07 +0000 (20:06 -0800)
committerAlexander Kulumbeg <kulumbeg@gmail.com>
Sun, 21 Mar 2021 15:20:32 +0000 (16:20 +0100)
I will not try to use whitespace to group code visually

notify/smtp.sh

index 44a5821f70c75f76275cd6ead488c74e619d2276..c9927e3ef966ac1b5493cb74e3a0a07d8ea2742b 100644 (file)
@@ -256,10 +256,9 @@ _mime_encoded_word() {
 # email
 _email_has_display_name() {
   _email="$1"
-  expr "$_email" : '^.*[<>"]' > /dev/null
+  expr "$_email" : '^.*[<>"]' >/dev/null
 }
 
-
 # Send the message via Python using _SMTP_* variables
 _smtp_send_python() {
   _debug "Python version" "$("$_SMTP_BIN" --version 2>&1)"