Raymond Toy pushed to branch rtoy-update-clx-with-cmucl-fixes at cmucl / cmucl
Commits:
-
d10aa4a6
by Raymond Toy at 2018-01-27T11:42:22-08:00
1 changed file:
Changes:
| ... | ... | @@ -16,7 +16,7 @@ TARGET="`echo $1 | sed 's:/*$::'`" |
| 16 | 16 |
shift
|
| 17 | 17 |
|
| 18 | 18 |
$TARGET/lisp/lisp \
|
| 19 |
- -noinit -nositeinit "$@" <<EOF || exit 3
|
|
| 19 |
+ -noinit -nositeinit -batch "$@" <<EOF || exit 3
|
|
| 20 | 20 |
(in-package :cl-user)
|
| 21 | 21 |
|
| 22 | 22 |
(setf lisp::*enable-package-locked-errors* nil)
|