mirror of
https://github.com/ruby/ruby.git
synced 2025-09-15 08:33:58 +02:00
Print error messages to the stderr [ci skip]
This commit is contained in:
parent
74ce7905d7
commit
a3e6546e7e
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue