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 21:02:05 UTC

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

Author: kwright
Date: Tue Aug 30 19:02:05 2011
New Revision: 1163334

URL: http://svn.apache.org/viewvc?rev=1163334&view=rev
Log:
Fix another script error

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=1163334&r1=1163333&r2=1163334&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 19:02:05 2011
@@ -119,6 +119,7 @@ while true do
   
   if jobstatus == "" then
     error "Couldn't find job status in response: " + result.__script__;
+  ;
     
   if jobstatus == "done" || jobstatus == "error" then
     break;