Print error messages to the stderr [ci skip]

This commit is contained in:
Nobuyoshi Nakada 2024-01-18 16:36:09 +09:00
parent 74ce7905d7
commit a3e6546e7e
No known key found for this signature in database
GPG Key ID: 3582D74E1FEE4465

View File

@ -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