Raymond Toy pushed to branch rtoy-unix-core at cmucl / cmucl
Commits:
-
e549b338
by Raymond Toy at 2015-05-07T22:39:30Z
1 changed file:
Changes:
--- 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/"))