From a3e6546e7ef98b9734e2c69d73c1295b60bba395 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Thu, 18 Jan 2024 16:36:09 +0900 Subject: [PATCH] Print error messages to the stderr [ci skip] --- tool/missing-baseruby.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tool/missing-baseruby.bat b/tool/missing-baseruby.bat index b1c11aecb8..d5da5e1c72 100755 --- a/tool/missing-baseruby.bat +++ b/tool/missing-baseruby.bat @@ -1,6 +1,6 @@ : " @echo off : " -echo executable host ruby is required. use --with-baseruby option. -echo Note that BASERUBY must be Ruby 2.7.0 or later. +echo>&2 executable host ruby is required. use --with-baseruby option. +echo>&2 Note that BASERUBY must be Ruby 2.7.0 or later. exit 1