Commit 73f79d90 authored by Elias Pipping's avatar Elias Pipping
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 9395f43a
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)