[Groonga-commit] groonga/groonga at 028159a [master] example dictionary: use double quote for string literal

Back to archive index

Kouhei Sutou null+****@clear*****
Sat Jul 2 22:16:20 JST 2016


Kouhei Sutou	2016-07-02 22:16:20 +0900 (Sat, 02 Jul 2016)

  New Revision: 028159a2f56486569134c448e88ac64ebfbac3d1
  https://github.com/groonga/groonga/commit/028159a2f56486569134c448e88ac64ebfbac3d1

  Message:
    example dictionary: use double quote for string literal

  Modified files:
    examples/dictionary/edict/edict-import.sh

  Modified: examples/dictionary/edict/edict-import.sh (+2 -2)
===================================================================
--- examples/dictionary/edict/edict-import.sh    2016-07-02 22:14:53 +0900 (496f307)
+++ examples/dictionary/edict/edict-import.sh    2016-07-02 22:16:20 +0900 (e48700a)
@@ -17,9 +17,9 @@ else
 fi
 
 if type gzcat > /dev/null 2>&1; then
-    zcat='gzcat'
+    zcat="gzcat"
 else
-    zcat='zcat'
+    zcat="zcat"
 fi
 
 if $zcat $edict_gz | ${base_dir}/edict2grn.rb | groonga $1 > /dev/null; then
-------------- next part --------------
HTML����������������������������...
Download 



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