(zilch planner step): fix batch steps
This commit is contained in:
parent
20f06e2eb9
commit
3e3b9a8bb9
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@
|
||||||
(build-plan-current-plan-inner plan))
|
(build-plan-current-plan-inner plan))
|
||||||
(for-each
|
(for-each
|
||||||
(lambda (result) (apply handle-build-step-result result))
|
(lambda (result) (apply handle-build-step-result result))
|
||||||
(apply (build-step-type-proc step-type) (map collect-build-step-args steps)))))
|
(apply (build-step-type-proc step-type) (map (lambda (a) (cons (build-step-id a) (collect-build-step-args a))) steps)))))
|
||||||
(else
|
(else
|
||||||
(for-each
|
(for-each
|
||||||
(lambda (step) (run-build-step step-type step))
|
(lambda (step) (run-build-step step-type step))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue