mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
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
This commit is contained in:
parent
2aa9658730
commit
3558e886bd
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue