Skip to content

Commit 6f78920

Browse files
authored
Do not use init files
1 parent 87b9643 commit 6f78920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbcl\sbcl.exe --eval "(load \"ql.lisp\")" --eval "(load \"quicklisp/setup.lisp\")" --eval "(push #P\"./common-lisp\" ql:*local-project-directories*)" --eval "(ql:update-all-dists)" --eval "(ql:quickload :cl-isaac)" --eval "(ql:quickload :clog)" --eval "(ql:quickload :clog/tools)" --eval "(sb-ext:save-lisp-and-die #P\"builder.exe\" :toplevel (lambda () (clog-tools:clog-builder :port 0 :app t :start-browser t)(loop (sleep 10))) :executable t)"
1+
sbcl\sbcl.exe --no-userinit --no-sysinit --eval "(load \"ql.lisp\")" --eval "(load \"quicklisp/setup.lisp\")" --eval "(push #P\"./common-lisp\" ql:*local-project-directories*)" --eval "(ql:update-all-dists)" --eval "(ql:quickload :cl-isaac)" --eval "(ql:quickload :clog)" --eval "(ql:quickload :clog/tools)" --eval "(sb-ext:save-lisp-and-die #P\"builder.exe\" :toplevel (lambda () (clog-tools:clog-builder :port 0 :app t :start-browser t)(loop (sleep 10))) :executable t)"

0 commit comments

Comments
 (0)