summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2024-01-18 16:36:09 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2024-01-18 16:36:09 +0900
commita3e6546e7ef98b9734e2c69d73c1295b60bba395 (patch)
tree64a83ccae0eadf0d8b9c89aa3243f653259d87ab
parent74ce7905d792da93b163ba32e6c06a4b2d430f3a (diff)
Print error messages to the stderr [ci skip]
-rwxr-xr-xtool/missing-baseruby.bat4
1 files 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