From c1bd559a690629424946933405688ab8db28727a Mon Sep 17 00:00:00 2001 From: Stas Boukarev Date: Wed, 2 May 2018 01:55:54 +0300 Subject: [PATCH] Don't print (running SBCL from: .) from run-sbcl.sh --- run-sbcl.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/run-sbcl.sh b/run-sbcl.sh index da5775be1..8c26486a7 100755 --- a/run-sbcl.sh +++ b/run-sbcl.sh @@ -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!"