[Groonga-commit] droonga/droonga-http-server at 2c0422d [master] Detect repository existence correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Sep 17 10:45:09 JST 2014


YUKI Hiroshi	2014-09-17 10:45:09 +0900 (Wed, 17 Sep 2014)

  New Revision: 2c0422d9150284488ecefc189866b4866b2bc969
  https://github.com/droonga/droonga-http-server/commit/2c0422d9150284488ecefc189866b4866b2bc969

  Message:
    Detect repository existence correctly

  Modified files:
    install.sh

  Modified: install.sh (+1 -1)
===================================================================
--- install.sh    2014-09-17 10:44:08 +0900 (e6d20c9)
+++ install.sh    2014-09-17 10:45:09 +0900 (0218c38)
@@ -55,7 +55,7 @@ exist_command() {
 }
 
 exist_yum_repository() {
-  yum "$1" | grep --quiet epel
+  yum repolist | grep --quiet "$1"
 }
 
 exist_user() {
-------------- next part --------------
HTML����������������������������...
Download 



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