Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
asdf
asdf
Commits
2713bc37
Commit
2713bc37
authored
Sep 08, 2013
by
Robert P. Goldman
Browse files
Use /usr/bin/env only on Unix systems.
parent
d0cf205a
Changes
1
Hide whitespace changes
Inline
Side-by-side
uiop/run-program.lisp
View file @
2713bc37
...
...
@@ -338,7 +338,10 @@ EXTERNAL-FORMAT for the stream passed to the OUTPUT processor."
#+
lispworks
(
if
interactive
(
system:call-system-showing-output
#+
os-unix
(
cons
"/usr/bin/env"
command
)
; lispworks wants a full path.
#-
os-unix
command
:show-cmd
nil
:wait
wait
)
(
system:run-shell-command
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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