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:
parent
8944009be7
commit
fe506d7945
1 changed files with 1 additions and 2 deletions
|
@ -916,8 +916,7 @@ EXECUTABLE_EXTS = $(EXECUTABLE_EXTS:"=) # "
|
|||
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
|
||||
|
|
Loading…
Add table
Reference in a new issue