1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

[Win32] Use exit instead of type [ci skip]

`exit` command ignores the rest arguments after an exit code, while
`type` command tries to read all as files.
This commit is contained in:
Nobuyoshi Nakada 2022-08-28 13:54:14 +09:00
parent ace2eee544
commit 1d83302f32
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -4,7 +4,7 @@ SHELL = $(COMSPEC)
ECHO1 = $(V:1=@:)
RUNCMD = $(COMSPEC) /c
MKFILES = Makefile verconf.mk
NULLCMD = type nul
NULLCMD = exit /b0. # exit ignores the rest
NULL = nul
CHDIR = cd
PATH_SEPARATOR = ;