changeset 668:84b26e6e4d79

Supprcpt condition fixed
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 12 May 2020 10:42:50 +0900
parents 9ee0e242c25a
children 17ca38bf0a4b
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Tue May 12 10:28:44 2020 +0900
+++ b/s4-funcs.sh	Tue May 12 10:42:50 2020 +0900
@@ -2661,7 +2661,7 @@
       ## Start parse of attachment files
       if [ -n "`getpar email`" ]; then
 	ar=`getpar supprcpt`
-	if [ -n "$ar" -a -n "`getpar suppck`" ]; then
+	if [ -n "$ar" ]; then
 	  for a in $ar; do
 	    checkdomain "$a" && supprcpt="$supprcpt $a"
 	  done

yatex.org