changeset 191:24e0f2b4d51b

Variable name mistake fixed
author HIROSE Yuuji <yuuji@gentei.org>
date Sat, 23 Apr 2016 21:10:55 +0859
parents ba6c2c3c0373
children 50e6195130b3
files s4-blog.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-blog.sh	Sat Apr 23 20:09:04 2016 +0859
+++ b/s4-blog.sh	Sat Apr 23 21:10:55 2016 +0859
@@ -31,7 +31,7 @@
 	emails=`collectemail $blogowner`
       fi
       notifyto=`getpar notifyto`
-      if [ -n "$replyto" ]; then
+      if [ -n "$notifyto" ]; then
 	emails=$emails" `email4groupbyuid \"$blogowner\" $notifyto`"
       fi
 	;;

yatex.org