mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-26 06:22:33 -08:00
Beautify the message from SAFE-SYSTEM
This commit is contained in:
parent
6d1ec50d38
commit
5b7ac2b21b
1 changed files with 1 additions and 1 deletions
|
|
@ -42,7 +42,7 @@ coprocessor).")
|
|||
(defvar *ld-bundle-flags* "")
|
||||
|
||||
(defun safe-system (string)
|
||||
(print string)
|
||||
(format *error-output* "~&;;; 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