diff --git a/bin/build.sh b/bin/build.sh index 6671c4dc0ae05c3ebe20af940d222829837121cb..487744611df6ea21deba3fbc3c75c89d63ecc59a 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -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/"))