Skip to content
Snippets Groups Projects
Commit d619b96f authored by Robert Goldman's avatar Robert Goldman
Browse files

Clarify PARAMETER-ERROR.

Previous error string implied that UIOP *never* supported string
commands on Windows, but actually we do support them on some lisp
implementations.
parent b1c3fbb4
No related branches found
No related tags found
No related merge requests found
...@@ -362,7 +362,7 @@ for the implementation's underlying run-program function" ...@@ -362,7 +362,7 @@ for the implementation's underlying run-program function"
;; except in the most trivial cases where no quoting is needed. ;; except in the most trivial cases where no quoting is needed.
;; Use at your own risk. ;; Use at your own risk.
#-(or allegro clisp clozure sbcl) #-(or allegro clisp clozure sbcl)
(parameter-error "~S doesn't support string commands on Windows: ~S" '%normalize-command command)) (parameter-error "~S doesn't support string commands on Windows on this lisp: ~S" '%normalize-command command))
#+os-windows #+os-windows
(list (list
#+allegro (escape-windows-command command) #+allegro (escape-windows-command command)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment