From 3558e886bd3ea1d59a5e84dc0af235ecbc8757e4 Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 19 Sep 2014 07:04:35 +0000 Subject: [PATCH] Makefile.sub: fix typo * win32/Makefile.sub: fix typo, replace "ekse" with "else". git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/Makefile.sub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/Makefile.sub b/win32/Makefile.sub index 09921a2094..1d515233e0 100644 --- a/win32/Makefile.sub +++ b/win32/Makefile.sub @@ -377,7 +377,7 @@ VCSUP = $(VCS) rebase $(GITSVNREBASEOPTIONS) !else if exist($(srcdir)/.git) VCS = git VCSUP = $(VCS) pull $(GITPULLOPTIONS) -!ekse +!else VCSUP = rem !endif ruby_pc = $(RUBY_BASE_NAME)-$(MAJOR).$(MINOR).pc