[Groonga-commit] groonga/groonga [master] win32: add missing to_s.

Back to archive index

null+****@clear***** null+****@clear*****
2012年 2月 27日 (月) 13:10:33 JST


Kouhei Sutou	2012-02-27 13:10:33 +0900 (Mon, 27 Feb 2012)

  New Revision: 79383500f9d379c53021556ae1e55647e283dc7d

  Log:
    win32: add missing to_s.

  Modified files:
    packages/windows/Rakefile

  Modified: packages/windows/Rakefile (+2 -2)
===================================================================
--- packages/windows/Rakefile    2012-02-27 13:02:23 +0900 (adf37c5)
+++ packages/windows/Rakefile    2012-02-27 13:10:33 +0900 (242f2f6)
@@ -68,7 +68,7 @@ namespace :build do
           end
         end
       end
-      sh("tar", "xzf", mecab_tar_gz) or exit(false)
+      sh("tar", "xzf", mecab_tar_gz.to_s) or exit(false)
     end
     Dir.chdir(tmp_dir + mecab_base) do
       mecab_patches.each do |patch|
@@ -109,7 +109,7 @@ namespace :build do
           end
         end
       end
-      sh("tar", "xzf", naist_jdic_tar_gz) or exit(false)
+      sh("tar", "xzf", naist_jdic_tar_gz.to_s) or exit(false)
     end
     Dir.chdir(tmp_dir + naist_jdic_base) do
       sh("./configure",




Groonga-commit メーリングリストの案内
Back to archive index