meta/pkg-build: fix break-enabled status in VM-running thread

This commit is contained in:
Matthew Flatt 2014-07-14 15:48:07 +01:00
parent 56c3dbf676
commit 2fcb65ec82

View File

@ -843,6 +843,7 @@
(define done?-box (box #f))
(define t (thread/chunk-output
(lambda ()
(break-enabled #t)
(status "Sending to ~a:\n" (vm-name vm))
(show-list pkgs)
(flush-chunk-output)