From c3a353c9dfe6cd2f30f3bf52caa4a7fc0f86cc74 Mon Sep 17 00:00:00 2001 From: dos-reis Date: Thu, 11 Oct 2012 01:15:49 +0000 Subject: 2012-10-10 Igor Pashev Andrey G, Grozin Gabriel Dos Reis * config/open-axiom.m4 (OPENAXIOM_LISP_FLAGS): Inhibit system-wide or user-supplied initialization files. src/ChangeLog 2012-10-10 Igor Pashev Andrey G, Grozin Gabriel Dos Reis * utils/command.cc (build_rts_options) [sbcl_runtime]: Inhibit system-wide and user-supplied initialization files. --- config/open-axiom.m4 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config') diff --git a/config/open-axiom.m4 b/config/open-axiom.m4 index 1860f8b1..69645b17 100644 --- a/config/open-axiom.m4 +++ b/config/open-axiom.m4 @@ -332,7 +332,7 @@ case $axiom_lisp_flavor in ;; sbcl) axiom_quiet_flags='--noinform --noprint' - axiom_eval_flags='--eval' + axiom_eval_flags='--no-sysinit --no-userinit --eval' ;; clisp) axiom_quiet_flags='--quiet' -- cgit v1.2.3