[Groonga-commit] groonga/groonga at 6090c3b [master] package windows: use double quote (") for string literal

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Nov 23 17:36:03 JST 2014


Kouhei Sutou	2014-11-23 17:36:03 +0900 (Sun, 23 Nov 2014)

  New Revision: 6090c3bf8a29026306563b08a9fbe491582668ea
  https://github.com/groonga/groonga/commit/6090c3bf8a29026306563b08a9fbe491582668ea

  Message:
    package windows: use double quote (") for string literal

  Modified files:
    packages/windows/Rakefile

  Modified: packages/windows/Rakefile (+3 -3)
===================================================================
--- packages/windows/Rakefile    2014-11-23 17:35:39 +0900 (4d8cc83)
+++ packages/windows/Rakefile    2014-11-23 17:36:03 +0900 (9f50bbf)
@@ -15,8 +15,8 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
-require 'pathname'
-require 'open-uri'
+require "pathname"
+require "open-uri"
 
 base_dir = Pathname.new(__FILE__).dirname
 
@@ -156,7 +156,7 @@ namespace :build do
       files = ["AUTHORS", "COPYING"]
       cp(files, naist_jdic_license_dir)
     end
-    dictionary_dir = '$(rcpath)\..\share\mecab\dic\naist-jdic'
+    dictionary_dir = "$(rcpath)\\..\\share\\mecab\\dic\\naist-jdic"
     mecab_rc_path = binary_dir + "bin" + "mecabrc"
     mecab_rc_content = mecab_rc_path.read
     File.open(mecab_rc_path, "w") do |mecab_rc|
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index