changeset 666:453f8a114af9

Quoting error fixed
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 12 May 2020 08:08:04 +0900
parents 92a2f58b723b
children 9ee0e242c25a
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Mon May 11 23:14:52 2020 +0900
+++ b/s4-funcs.sh	Tue May 12 08:08:04 2020 +0900
@@ -2681,7 +2681,7 @@
       if [ -n "$afiles" ];then
 	./sendmultipart.sh -t "$rcpts" -s "$subj" -f "$mail_from" $afiles
       else
-	smail "$rcpts" $subj 
+	smail "$rcpts" "$subj"
       fi <<EOF
 $url
 のグループ「$grp」のメンバーである $gecos さんから、

yatex.org