changeset 879:188ad98d443f

Do not add prefix ">" to subscription notification.
author HIROSE Yuuji <yuuji@gentei.org>
date Wed, 09 Dec 2020 11:51:41 +0900
parents 85a20c87bf97
children fa5be649968f
files s4-blog.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-blog.sh	Wed Dec 09 11:34:37 2020 +0900
+++ b/s4-blog.sh	Wed Dec 09 11:51:41 2020 +0900
@@ -113,7 +113,7 @@
 題目: $blogtitle
 筆者: $authgecos
 内容:
-`echo "$3"|sed 's/^/> /'`
+`echo "$3"|sed 's/^/  /'`
 
 ※※このメイルに返信しても通知者には伝わりません。
 ※※上記URLから${S4NAME:-s4}掲示板に書き込んでください。

yatex.org