pkg: add missing flush to some status printouts

This commit is contained in:
Matthew Flatt 2019-01-30 16:40:19 -07:00
parent 4e39054b91
commit ccfa41e22c

View File

@ -705,7 +705,7 @@
#:given-checksum (pkg-desc-checksum desc) #:given-checksum (pkg-desc-checksum desc)
#:use-cache? use-cache? #:use-cache? use-cache?
#t #t
(if quiet? void printf) (if quiet? void printf/flush)
metadata-ns metadata-ns
#:in-place? in-place? #:in-place? in-place?
#:strip strip-mode #:strip strip-mode