mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-23 04:52:42 -08:00
cmp:run-program: show exact command
This commit is contained in:
parent
f72943f4d1
commit
2991c8f27e
1 changed files with 2 additions and 2 deletions
|
|
@ -46,11 +46,11 @@
|
|||
#+windows (si:system (format nil "~A~{ ~A~}" program args))))))
|
||||
(cond ((null result)
|
||||
(cerror "Continues anyway."
|
||||
"Unable to execute:~%(RUN-PROGRAM ~S ~S)"
|
||||
"Unable to execute:~%(SI:RUN-PROGRAM-INNER ~S ~S NIL)"
|
||||
program args result))
|
||||
((not (zerop result))
|
||||
(cerror "Continues anyway."
|
||||
"Error code ~D when executing~%(RUN-PROGRAM ~S ~S)"
|
||||
"Error code ~D when executing~%(SI:RUN-PROGRAM-INNER ~S ~S NIL)"
|
||||
result program args)))
|
||||
result))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue