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

Define NULLCMD as printing NUL [Bug #16331]

This commit is contained in:
Nobuyoshi Nakada 2019-11-10 10:52:12 +09:00
parent 2c55ba7191
commit 11aa07c270
No known key found for this signature in database
GPG key ID: 4BC7D6DF58D8DF60

View file

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