[Logcheck-commits] CVS logcheck/src

CVS User maks-guest logcheck-devel@lists.alioth.debian.org
Thu, 13 May 2004 16:03:09 -0600


Update of /cvsroot/logcheck/logcheck/src
In directory haydn:/tmp/cvs-serv8267/src

Modified Files:
	logcheck 
Log Message:

error introducing next error.


--- /cvsroot/logcheck/logcheck/src/logcheck	2004/05/13 21:36:28	1.20
+++ /cvsroot/logcheck/logcheck/src/logcheck	2004/05/13 22:03:09	1.21
@@ -22,7 +22,7 @@
 # along with Logcheck; if not, write to the Free Software
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 
-# $Id: logcheck,v 1.20 2004/05/13 21:36:28 maks-guest Exp $
+# $Id: logcheck,v 1.21 2004/05/13 22:03:09 maks-guest Exp $
 
 
 # Set the umask
@@ -230,7 +230,7 @@
 	subject="$HOSTNAME $DATE $*"
     fi
     if [ $ADDTAG = "yes" ]; then
-        subject=[logcheck] $subject"
+        subject="[logcheck] $subject"
     fi
 
     if [ $MAILOUT -eq 1 ]; then