Skip to content
Snippets Groups Projects
Commit d10aa4a6 authored by Raymond Toy's avatar Raymond Toy
Browse files

Add -batch flag back, as it used to be.

parent 87bd6d9d
No related branches found
No related tags found
No related merge requests found
...@@ -16,7 +16,7 @@ TARGET="`echo $1 | sed 's:/*$::'`" ...@@ -16,7 +16,7 @@ TARGET="`echo $1 | sed 's:/*$::'`"
shift shift
$TARGET/lisp/lisp \ $TARGET/lisp/lisp \
-noinit -nositeinit "$@" <<EOF || exit 3 -noinit -nositeinit -batch "$@" <<EOF || exit 3
(in-package :cl-user) (in-package :cl-user)
(setf lisp::*enable-package-locked-errors* nil) (setf lisp::*enable-package-locked-errors* nil)
......
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