Preserve spaces in messages [ci skip]
This commit is contained in:
parent
a3e6546e7e
commit
264b7363aa
@ -1,6 +1,15 @@
|
|||||||
: "
|
: "
|
||||||
@echo off
|
@echo off || (
|
||||||
|
:warn
|
||||||
|
echo>&2.%~1
|
||||||
|
goto :eof
|
||||||
|
:abort
|
||||||
|
exit /b 1
|
||||||
|
)
|
||||||
: "
|
: "
|
||||||
echo>&2 executable host ruby is required. use --with-baseruby option.
|
: ; call:warn() { echo "$1" >&2; }
|
||||||
echo>&2 Note that BASERUBY must be Ruby 2.7.0 or later.
|
: ; call:abort () { exit 1; }
|
||||||
exit 1
|
|
||||||
|
call:warn "executable host ruby is required. use --with-baseruby option."
|
||||||
|
call:warn "Note that BASERUBY must be Ruby 2.7.0 or later."
|
||||||
|
call:abort
|
||||||
|
Loading…
x
Reference in New Issue
Block a user