Commit 97e86653 authored by Elias Pipping's avatar Elias Pipping Committed by Robert Goldman
Browse files

Bug fix: :(error-)output :interactive on ABCL

Prior to this change, :output :interactive was identical to :output
nil. See also https://bugs.launchpad.net/asdf/+bug/1638870
parent cef10750
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -394,7 +394,7 @@ argument to pass to the internal RUN-PROGRAM"
      ((eql :interactive)
       #+allegro nil
       #+clisp :terminal
       #+(or clozure cmucl ecl mkcl sbcl scl) t)
       #+(or abcl clozure cmucl ecl mkcl sbcl scl) t)
      #+(or abcl allegro clozure cmucl ecl lispworks mkcl sbcl scl)
      ((eql :output)
       (if (eq role :error-output)