[Groonga-commit] droonga/droonga-engine at 6e28832 [master] Quote strings

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Sep 29 10:03:03 JST 2014


YUKI Hiroshi	2014-09-29 10:03:03 +0900 (Mon, 29 Sep 2014)

  New Revision: 6e288320556f2f7a08e7b643cf27dea8895d7ccf
  https://github.com/droonga/droonga-engine/commit/6e288320556f2f7a08e7b643cf27dea8895d7ccf

  Message:
    Quote strings

  Modified files:
    install.sh

  Modified: install.sh (+1 -1)
===================================================================
--- install.sh    2014-09-29 10:02:36 +0900 (31c4426)
+++ install.sh    2014-09-29 10:03:03 +0900 (8e55bfc)
@@ -197,7 +197,7 @@ install_rroonga() {
                              cut -d " " -f 2)
     local operator=$(echo "$version_matcher" | cut -d " " -f 1)
     local compare_result=$(ruby -e "puts('$current_version' $operator '$compared_version')")
-    if [ $compare_result = "true" ]; then return 0; fi
+    if [ "$compare_result" = "true" ]; then return 0; fi
   fi
   gem install rroonga --no-ri --no-rdoc
 }
-------------- next part --------------
HTML����������������������������...
Download 



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