You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2011/08/30 20:56:36 UTC

svn commit: r1163332 - /incubator/lcf/trunk/framework/script-example/file-crawl-example.mcf

Author: kwright
Date: Tue Aug 30 18:56:35 2011
New Revision: 1163332

URL: http://svn.apache.org/viewvc?rev=1163332&view=rev
Log:
Add missing semi

Modified:
    incubator/lcf/trunk/framework/script-example/file-crawl-example.mcf

Modified: incubator/lcf/trunk/framework/script-example/file-crawl-example.mcf
URL: http://svn.apache.org/viewvc/incubator/lcf/trunk/framework/script-example/file-crawl-example.mcf?rev=1163332&r1=1163331&r2=1163332&view=diff
==============================================================================
--- incubator/lcf/trunk/framework/script-example/file-crawl-example.mcf (original)
+++ incubator/lcf/trunk/framework/script-example/file-crawl-example.mcf Tue Aug 30 18:56:35 2011
@@ -126,4 +126,5 @@ while true do
   wait 10000;
 ;
 
-print "The job completed"
+print "The job completed";
+