Skip to content
Snippets Groups Projects
Commit 1a0d0080 authored by rtoy's avatar rtoy
Browse files

Fix typo. It's ":-", not "-:"!

parent 738677bf
No related branches found
No related tags found
No related merge requests found
...@@ -43,7 +43,7 @@ $LISP "$@" -noinit -nositeinit <<EOF ...@@ -43,7 +43,7 @@ $LISP "$@" -noinit -nositeinit <<EOF
(comf "target:tools/setup" :load t) (comf "target:tools/setup" :load t)
(setq *gc-verbose* nil) (setq *gc-verbose* nil)
(setq *interactive* ${INTERACTIVE-:nil}) (setq *interactive* ${INTERACTIVE:-nil})
(setq debug:*debug-print-level* nil) (setq debug:*debug-print-level* nil)
(setq debug:*debug-print-length* nil) (setq debug:*debug-print-length* 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