mirror of
git://git.code.sf.net/p/sbcl/sbcl
synced 2026-09-10 07:26:40 -04:00
Don't print (running SBCL from: .) from run-sbcl.sh
This commit is contained in:
parent
8e9bd19615
commit
c1bd559a69
|
|
@ -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!"
|
||||
|
|
|
|||
Loading…
Reference in a new issue