浏览代码

More than one blank line is an abomination, apparently

I will not try to use whitespace to group code visually
medmunds 4 年之前
父节点
当前提交
fe3e8a7bb6
共有 1 个文件被更改,包括 1 次插入2 次删除
  1. 1 2
      notify/smtp.sh

+ 1 - 2
notify/smtp.sh

@@ -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)"