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:15:30 UTC

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

Author: kwright
Date: Tue Aug 30 18:15:30 2011
New Revision: 1163320

URL: http://svn.apache.org/viewvc?rev=1163320&view=rev
Log:
Fix script to not loop indefinitely

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=1163320&r1=1163319&r2=1163320&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:15:30 2011
@@ -114,7 +114,7 @@ while true do
     if node.__type__ == "status" then
       set jobstatus = node.__value__;
     ;
-    index = index + 1;
+    set index = index + 1;
   ;
   
   if jobstatus == "" then