commit: fac7738130b9c0a22c01508409c514e955936f3b Author: Marco Sirabella <marco <AT> sirabella <DOT> org> AuthorDate: Sat Mar 27 15:53:55 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat May 29 06:38:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fac77381
common-lisp-3.eclass: Don't run sbcl interactively Closes: https://bugs.gentoo.org/777153 Signed-off-by: Marco Sirabella <marco <AT> sirabella.org> Closes: https://github.com/gentoo/gentoo/pull/20150 Signed-off-by: Sam James <sam <AT> gentoo.org> eclass/common-lisp-3.eclass | 1 + 1 file changed, 1 insertion(+) diff --git a/eclass/common-lisp-3.eclass b/eclass/common-lisp-3.eclass index 334444e1632..2ad4e243a84 100644 --- a/eclass/common-lisp-3.eclass +++ b/eclass/common-lisp-3.eclass @@ -197,6 +197,7 @@ common-lisp-export-impl-args() { CL_BINARY="${1}" case "${CL_BINARY}" in sbcl) + CL_BINARY="${CL_BINARY} --non-interactive" CL_NORC="--sysinit /dev/null --userinit /dev/null" CL_LOAD="--load" CL_EVAL="--eval"
