[Groonga-commit] droonga/droonga-engine at 860f92f [master] Do installation processes of Rroonga in a subshell

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Apr 8 18:43:35 JST 2015


YUKI Hiroshi	2015-04-08 18:43:35 +0900 (Wed, 08 Apr 2015)

  New Revision: 860f92fbdbefa73264eddebf456a266d30b99696
  https://github.com/droonga/droonga-engine/commit/860f92fbdbefa73264eddebf456a266d30b99696

  Message:
    Do installation processes of Rroonga in a subshell

  Modified files:
    install.sh

  Modified: install.sh (+1 -1)
===================================================================
--- install.sh    2015-04-08 18:22:15 +0900 (31244e8)
+++ install.sh    2015-04-08 18:43:35 +0900 (f21a9d3)
@@ -215,7 +215,7 @@ install_rroonga_master() {
 }
 
 install_rroonga() {
-  install_rroonga_master
+  (install_rroonga_master)
   return
 
   if exist_command grndump; then
-------------- next part --------------
HTML����������������������������...
Download 



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