diff --git a/uiop/run-program.lisp b/uiop/run-program.lisp index 9afa9520fb818fd925b2746dfa9fbe6012125d1f..6c554ba4c2c6245a694d6bd31b7404a33fd534a6 100644 --- a/uiop/run-program.lisp +++ b/uiop/run-program.lisp @@ -1153,7 +1153,7 @@ or an indication of failure via the EXIT-CODE of the process" #+(or clasp clisp) t ;; A race condition in ECL <= 16.0.0 prevents using ext:run-program #+ecl #.(if-let (ver (parse-version (lisp-implementation-version))) - (lexicographic<= '< ver '(16 0 1))) + (lexicographic<= '< ver '(16 0 0))) #+(and lispworks os-unix) (%interactivep input output error-output) #+(or cormanlisp gcl (and lispworks os-windows) mcl xcl) t) '%use-system '%use-launch-program)