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
d7c92d6b
Commit
d7c92d6b
authored
Oct 06, 2015
by
Francois-Rene Rideau
Browse files
Workaround for run-program on SBCL/Windows.
parent
7ae97cd0
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/run-program.lisp
View file @
d7c92d6b
...
...
@@ -896,6 +896,7 @@ or an indication of failure via the EXIT-CODE of the process"
;; don't override user's specified preference. [2015/06/29:rpg]
(
when
(
stringp
command
)
(
unless
force-shell-suppliedp
#-
(
and
sbcl
os-windows
)
;; force-shell t isn't working properly on windows as of sbcl 1.2.16
(
setf
force-shell
t
)))
(
flet
((
default
(
x
xp
output
)
(
cond
(
xp
x
)
((
eq
output
:interactive
)
:interactive
))))
(
apply
(
if
(
or
force-shell
...
...
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