1.0.43.79: run-sbcl.sh: print run location to stderr instead of stdout
[sbcl.git] / run-sbcl.sh
index 8f0cd00..a3507d1 100644 (file)
@@ -52,7 +52,7 @@ if [ "$CORE_DEFINED" = "no" ]; then
 fi
 
 if [ -x "$BASE"/src/runtime/sbcl -a -f "$BASE"/output/sbcl.core ]; then
-    echo "(running SBCL from: $BASE)"
+    echo "(running SBCL from: $BASE)" 1>&2
     SBCL_HOME="$BASE"/contrib "$BASE"/src/runtime/sbcl $ARGUMENTS "$@"
 else
     echo "No built SBCL here ($BASE): run 'sh make.sh' first!"