When supressing compiler notes, also supress echo of shell commands

This commit is contained in:
jjgarcia 2005-08-03 16:53:16 +00:00
parent fcefabf519
commit 4793bb9320

View file

@ -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."