summaryrefslogtreecommitdiff
path: root/win32/Makefile.sub
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-02 16:07:17 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2021-12-02 16:07:17 +0900
commitfe506d7945788f4c3243e9ec25c20c5dbd315073 (patch)
treeb5178f80905090cc937a31e7fef968cbee089a19 /win32/Makefile.sub
parent8944009be7418614ce7d4077807ac2b60d4d5d85 (diff)
downloadruby-fe506d7945788f4c3243e9ec25c20c5dbd315073.tar.gz
[MSWin] Stop passing non-numeric string to `exit` command
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r--win32/Makefile.sub3
1 files changed, 1 insertions, 2 deletions
diff --git a/win32/Makefile.sub b/win32/Makefile.sub
index 139f1d8fa3..b01e05836c 100644
--- a/win32/Makefile.sub
+++ b/win32/Makefile.sub
@@ -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