diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-09-19 07:04:35 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2014-09-19 07:04:35 +0000 |
commit | 3558e886bd3ea1d59a5e84dc0af235ecbc8757e4 (patch) | |
tree | 884e2c1650b17945e0d40383db4a931e696666ef /win32/Makefile.sub | |
parent | 2aa9658730687fe4a64cd2b01071ad375c268946 (diff) | |
download | ruby-3558e886bd3ea1d59a5e84dc0af235ecbc8757e4.tar.gz |
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
Diffstat (limited to 'win32/Makefile.sub')
-rw-r--r-- | win32/Makefile.sub | 2 |
1 files changed, 1 insertions, 1 deletions
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 |