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
6e21a9f9
Commit
6e21a9f9
authored
Feb 22, 2014
by
Francois-Rene Rideau
Committed by
Robert P. Goldman
Feb 27, 2014
Browse files
Emit an error in an unhandled corner case of run-program.
parent
23bacd47
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/run-program.lisp
View file @
6e21a9f9
...
...
@@ -738,6 +738,8 @@ It returns a process-info plist with possible keys:
(
if
(
os-unix-p
)
(
cons
"exec"
command
)
command
)))))
(
defun
%redirected-system-command
(
command
in
out
err
directory
)
;; helper for %USE-SYSTEM
(
when
(
and
directory
(
not
(
os-unix-p
)))
(
error
"Can't change directory in run-program on non-Unix systems with system() backend"
))
(
flet
((
redirect
(
spec
operator
)
(
let
((
pathname
(
typecase
spec
...
...
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