[Popcon-commits] cvs commit to popularity-contest/debian by pere

popcon-commits at lists.alioth.debian.org popcon-commits@lists.alioth.debian.org
Tue Jul 5 12:00:41 UTC 2005


Update of /cvsroot/popcon/popularity-contest/debian
In directory haydn:/tmp/cvs-serv30041

Modified Files:
	cron.weekly 
Log Message:
Typo.


Index: cron.weekly
===================================================================
RCS file: /cvsroot/popcon/popularity-contest/debian/cron.weekly,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -d -r1.10 -r1.11
--- cron.weekly	5 Jul 2005 11:55:14 -0000	1.10
+++ cron.weekly	5 Jul 2005 12:00:38 -0000	1.11
@@ -47,7 +47,7 @@
 
 run_popcon > $POPCON
 
-SUBMITTED=
+SUBMITTED=no
 
 # try to post the report through http POST
 if [ "$SUBMITURL" ] && [ "yes" = "$USEHTTP" ]; then
@@ -61,7 +61,7 @@
 
 # try to email the popularity contest data
 
-if [ yes != "SUBMITTED" ] && [ -x "`which sendmail 2>/dev/null`" ]; then
+if [ yes != "$SUBMITTED" ] && [ -x "`which sendmail 2>/dev/null`" ]; then
 	# Sending compressed emails are disabled as the receiving end
 	# isn't implemented yet.
 	if false && [ -x "`which mime-construct 2>/dev/null`" ]; then





More information about the Popcon-commits mailing list