mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-11 11:42:51 -08:00
When supressing compiler notes, also supress echo of shell commands
This commit is contained in:
parent
fcefabf519
commit
4793bb9320
1 changed files with 1 additions and 1 deletions
|
|
@ -41,7 +41,7 @@ coprocessor).")
|
|||
(defvar *ld-bundle-flags* "")
|
||||
|
||||
(defun safe-system (string)
|
||||
(format *error-output* "~&;;; Invoking external command: ~A~%" string)
|
||||
(cmpnote "~&;;; Invoking external command: ~A~%" string)
|
||||
(let ((result (si:system string)))
|
||||
(unless (zerop result)
|
||||
(cerror "Continues anyway."
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue