ruby-changes:70014
From: Nobuyoshi <ko1@a...>
Date: Thu, 2 Dec 2021 16:16:07 +0900 (JST)
Subject: [ruby-changes:70014] fe506d7945 (master): [MSWin] Stop passing non-numeric string to `exit` command
https://git.ruby-lang.org/ruby.git/commit/?id=fe506d7945 From fe506d7945788f4c3243e9ec25c20c5dbd315073 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Thu, 2 Dec 2021 16:07:17 +0900 Subject: [MSWin] Stop passing non-numeric string to `exit` command --- win32/Makefile.sub | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 139f1d8fa31..b01e05836c0 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -916,8 +916,7 @@ EXECUTABLE_EXTS = $(EXECUTABLE_EXTS:"=) # " https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L916 EXECUTABLE_EXTS = $(EXECUTABLE_EXTS:,= ) config.status: $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub $(srcdir)/common.mk - @echo Creating $@ - @exit <<$@ + @echo Creating <<$@ # Generated automatically by Makefile.sub. s,@SHELL@,$$(COMSPEC),;t t s,@BUILD_FILE_SEPARATOR@,\,;t t -- cgit v1.2.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/