Don't print (running SBCL from: .) from run-sbcl.sh

This commit is contained in:
Stas Boukarev 2018-05-02 01:55:54 +03:00
parent 8e9bd19615
commit c1bd559a69

View file

@ -54,7 +54,6 @@ if [ "$CORE_DEFINED" = "no" ]; then
fi
if [ -x "$BASE"/src/runtime/sbcl -a -f "$BASE"/output/sbcl.core ]; then
echo "(running SBCL from: $BASE)" 1>&2
SBCL_HOME="$BASE/obj/sbcl-home" exec "$BASE"/src/runtime/sbcl $ARGUMENTS "$@"
else
echo "No built SBCL here ($BASE): run 'sh make.sh' first!"