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

ruby-changes:45369

From: naruse <ko1@a...>
Date: Sat, 28 Jan 2017 00:32:57 +0900 (JST)
Subject: [ruby-changes:45369] naruse:r57442 (trunk): fix typo

naruse	2017-01-28 00:32:50 +0900 (Sat, 28 Jan 2017)

  New Revision: 57442

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

  Log:
    fix typo

  Modified files:
    trunk/template/exts.mk.tmpl
Index: template/exts.mk.tmpl
===================================================================
--- template/exts.mk.tmpl	(revision 57441)
+++ template/exts.mk.tmpl	(revision 57442)
@@ -75,7 +75,7 @@ if gnumake https://github.com/ruby/ruby/blob/trunk/template/exts.mk.tmpl#L75
   submake = "$(MAKE) -C $(@D)"
 else
   submake = "cd $(@D) && "
-  exec = RbConfig::CONFIG["exec"] and !exec.empty? and submake << str << " "
+  exec = RbConfig::CONFIG["exec"] and !exec.empty? and submake << exec << " "
   submake << "$(MAKE)"
 end
 %>

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

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