mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-24 21:41:29 -08:00
run-program: don't modify command
This commit is contained in:
parent
10242910f9
commit
2b2ef967ef
1 changed files with 2 additions and 3 deletions
|
|
@ -104,9 +104,8 @@
|
|||
:direction :output
|
||||
:if-exists if-error-exists)))
|
||||
|
||||
(let* ((args (prepare-args (cons command argv)))
|
||||
(progname (car args)))
|
||||
(si:run-program-internal progname args
|
||||
(let* ((args (prepare-args (cons command argv))))
|
||||
(si:run-program-internal command args
|
||||
input output error
|
||||
wait environ external-format))))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue