Ticket #53728: patch-maxima.in.diff
File patch-maxima.in.diff, 737 bytes (added by KubaO (Kuba Ober), 8 years ago) |
---|
-
src/maxima.in
old new 207 207 if [ -x "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/maxima" ]; then 208 208 exec "$MAXIMA_IMAGESDIR/binary-$MAXIMA_LISP/maxima" --noinform $MAXIMA_LISP_OPTIONS --end-runtime-options --eval '(cl-user::run)' --end-toplevel-options "$@" 209 209 else 210 exec "@SBCL_NAME@" --core "$maxima_image_base.core" --noinform $MAXIMA_LISP_OPTIONS --end-runtime-options -- eval '(cl-user::run)' --end-toplevel-options "$@"210 exec "@SBCL_NAME@" --core "$maxima_image_base.core" --noinform $MAXIMA_LISP_OPTIONS --end-runtime-options --no-sysinit --no-userinit --eval '(cl-user::run)' --end-toplevel-options "$@" 211 211 fi 212 212 213 213 else