about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--038scheduler.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/038scheduler.cc b/038scheduler.cc
index 99ced920..c6fb712d 100644
--- a/038scheduler.cc
+++ b/038scheduler.cc
@@ -6,7 +6,7 @@ recipe f1 [
   start-running f2:recipe
   # wait for f2 to run
   {
-    loop-unless 1:integer
+    jump-unless 1:integer, -1:literal
   }
 ]
 recipe f2 [
@@ -177,7 +177,7 @@ recipe f1 [
   start-running f2:recipe, 3:literal
   # wait for f2 to run
   {
-    loop-unless 1:integer
+    jump-unless 1:integer, -1:literal
   }
 ]
 recipe f2 [