Skip to content
Snippets Groups Projects
Commit e549b338 authored by Raymond Toy's avatar Raymond Toy
Browse files

Don't pass in the command line args to lisp when building asdf and

friends.

The command line args aren't relevant to lisp.
parent 19997c21
No related branches found
No related tags found
No related merge requests found
......@@ -251,7 +251,7 @@ buildit
# Asdf and friends are part of the base install, so we need to build
# them now.
$TARGET/lisp/lisp -noinit -nositeinit -batch "$@" << EOF || exit 3
$TARGET/lisp/lisp -noinit -nositeinit -batch << EOF || exit 3
(in-package :cl-user)
(setf (ext:search-list "target:")
'("$TARGET/" "src/"))
......
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