Raymond Toy pushed to branch rtoy-update-clx-with-cmucl-fixes at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • bin/build-utils.sh
    ... ... @@ -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)