Commit dab656d9 authored by Elias Pipping's avatar Elias Pipping
Browse files

Sort implementations alphabetically

parent 077a4616
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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