Skip to content
Snippets Groups Projects
Commit 91028c53 authored by Francois-Rene Rideau's avatar Francois-Rene Rideau
Browse files

1.0.4: don't use -I on clisp.

parent 57536dba
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,6 @@ ...@@ -17,6 +17,6 @@
:long-description "lisp-invocation allows you to portably execute Lisp code :long-description "lisp-invocation allows you to portably execute Lisp code
as subprocesses of a current Lisp process. as subprocesses of a current Lisp process.
All known command-line accessible Common Lisp implementations are supported." All known command-line accessible Common Lisp implementations are supported."
:version "1.0.3" :version "1.0.4"
:depends-on (#-asdf3.1 (:version "uiop" "3.1.2")) :depends-on (#-asdf3.1 (:version "uiop" "3.1.2"))
:components ((:file "lisp-invocation"))) :components ((:file "lisp-invocation")))
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
:fullname "GNU CLISP" :fullname "GNU CLISP"
:name "clisp" :name "clisp"
:feature :clisp :feature :clisp
:flags ("-norc" "--quiet" "--quiet" "-ansi" "-I") :flags ("-norc" "--quiet" "--quiet" "-ansi") ;; don't use -I, for it induces extra prompt outputs.
:eval-flag "-x" :eval-flag "-x"
:load-flag "-i" :load-flag "-i"
:arguments-end "--" :arguments-end "--"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment