3 echo "SBCL has been installed to $INSTALL_ROOT."
4 echo "Please make sure that $INSTALL_ROOT/bin is in your system PATH."
5 if test $INSTALL_ROOT != /usr
/local; then
6 echo "To use, export SBCL_HOME=$INSTALL_ROOT/lib/sbcl or call
7 sbcl --core $INSTALL_ROOT/lib/sbcl/sbcl.core"