summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2019-11-10 10:52:12 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2019-11-10 10:52:12 +0900
commit11aa07c27071878d9f7748995febe7df96f0405d (patch)
tree5259bd45a090ee59c36752f7ce4f7043c60da314
parent2c55ba7191a69dd4db34572754162308f0a9acdd (diff)
Define NULLCMD as printing NUL [Bug #16331]
-rw-r--r--win32/Makefile.sub2
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 88ba8b5034..20f73156b0 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -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 = ;