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

[MSWin] Stop passing non-numeric string to exit command

This commit is contained in:
Nobuyoshi Nakada 2021-12-02 16:07:17 +09:00
parent 8944009be7
commit fe506d7945
No known key found for this signature in database
GPG key ID: 7CD2805BFA3770C6

View file

@ -916,8 +916,7 @@ EXECUTABLE_EXTS = $(EXECUTABLE_EXTS:"=) # "
EXECUTABLE_EXTS = $(EXECUTABLE_EXTS:,= ) EXECUTABLE_EXTS = $(EXECUTABLE_EXTS:,= )
config.status: $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub $(srcdir)/common.mk config.status: $(MKFILES) $(srcdir)/win32/Makefile.sub $(win_srcdir)/Makefile.sub $(srcdir)/common.mk
@echo Creating $@ @echo Creating <<$@
@exit <<$@
# Generated automatically by Makefile.sub. # Generated automatically by Makefile.sub.
s,@SHELL@,$$(COMSPEC),;t t s,@SHELL@,$$(COMSPEC),;t t
s,@BUILD_FILE_SEPARATOR@,\,;t t s,@BUILD_FILE_SEPARATOR@,\,;t t