Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
dab656d9
Commit
dab656d9
authored
Nov 09, 2016
by
Elias Pipping
Browse files
Sort implementations alphabetically
parent
077a4616
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/run-program.lisp
View file @
dab656d9
...
...
@@ -973,9 +973,9 @@ or :error-output."
(
os-cond
((
os-unix-p
)
(
cons
"exec"
command
))
((
os-windows-p
)
#+
(
or
allegro
sbcl
clisp
)
#+
(
or
allegro
clisp
sbcl
)
(
cons
(
%cmd-shell-pathname
)
(
cons
"/c"
command
))
#-
(
or
allegro
sbcl
clisp
)
command
)
#-
(
or
allegro
clisp
sbcl
)
command
)
(
t
command
))))))
(
defun
%redirected-system-command
(
command
in
out
err
directory
)
;; helper for %USE-SYSTEM
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment