CVSROOT ciabot,1.7,1.8

Nathaniel Smith <[email protected]> Mon, 02 Jun 2003 06:47:57 -0500
Newsgroups gmane.comp.video.fresco.cvs
Message-ID <[email protected]>
Update of /cvs/fresco/CVSROOT
In directory purcel:/tmp/cvs-serv25427

Modified Files:
	ciabot 
Log Message:
Add comment and test.
Line 2
Line 3
Line 4
Line 5
Line 6
Line 7


Index: ciabot
===================================================================
RCS file: /cvs/fresco/CVSROOT/ciabot,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -d -r1.7 -r1.8
--- ciabot	2 Jun 2003 11:47:10 -0000	1.7
+++ ciabot	2 Jun 2003 11:47:55 -0000	1.8
@@ -35,6 +35,8 @@
 newline=`echo`
 
 if [ "$message" != "`echo \"$message\" | head -n $maxlines`" ]; then
+# The following line appears to be the only way to insert a newline at
+# that place.
     message="`echo \"$message\" | head -n $(($maxlines - 1))`
 <...>"
 fi