Restore functionality of quiet? argument for link-extension.
This appears to be artifact from a debugging session; the quiet? flag was being ignored.
This commit is contained in:
parent
3777a6d3f0
commit
86203467a4
|
@ -348,7 +348,7 @@
|
|||
in))
|
||||
libs
|
||||
output-strings)])
|
||||
(unless #f ; quiet?
|
||||
(unless quiet?
|
||||
(printf "link-extension: ~a\n" command))
|
||||
(stdio-link (lambda (quiet?)
|
||||
(apply my-process* command))
|
||||
|
|
Loading…
Reference in New Issue
Block a user