[前][次][番号順一覧][スレッド一覧]

ruby-changes:35560

From: nobu <ko1@a...>
Date: Fri, 19 Sep 2014 16:04:46 +0900 (JST)
Subject: [ruby-changes:35560] nobu:r47642 (trunk): Makefile.sub: fix typo

nobu	2014-09-19 16:04:35 +0900 (Fri, 19 Sep 2014)

  New Revision: 47642

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=47642

  Log:
    Makefile.sub: fix typo
    
    * win32/Makefile.sub: fix typo, replace "ekse" with "else".

  Modified files:
    trunk/win32/Makefile.sub
Index: win32/Makefile.sub
===================================================================
--- win32/Makefile.sub	(revision 47641)
+++ win32/Makefile.sub	(revision 47642)
@@ -377,7 +377,7 @@ VCSUP = $(VCS) rebase $(GITSVNREBASEOPTI https://github.com/ruby/ruby/blob/trunk/win32/Makefile.sub#L377
 !else if exist($(srcdir)/.git)
 VCS = git
 VCSUP = $(VCS) pull $(GITPULLOPTIONS)
-!ekse
+!else
 VCSUP = rem
 !endif
 ruby_pc = $(RUBY_BASE_NAME)-$(MAJOR).$(MINOR).pc

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]