[Groonga-commit] groonga/groonga at f83cd77 [master] travis: fix variable define location

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Apr 28 19:10:40 JST 2014


Kouhei Sutou	2014-04-28 19:10:40 +0900 (Mon, 28 Apr 2014)

  New Revision: f83cd773cb3dfaf11e80c39e8f1ccba7bf1835e4
  https://github.com/groonga/groonga/commit/f83cd773cb3dfaf11e80c39e8f1ccba7bf1835e4

  Message:
    travis: fix variable define location

  Modified files:
    data/travis/setup.sh

  Modified: data/travis/setup.sh (+1 -1)
===================================================================
--- data/travis/setup.sh    2014-04-28 19:09:26 +0900 (92d9f85)
+++ data/travis/setup.sh    2014-04-28 19:10:40 +0900 (99a489d)
@@ -31,9 +31,9 @@ if [ "$GROONGA_MASTER" = "yes" ]; then
 else
     sudo apt-get purge libzmq3
 
+    distribution=$(lsb_release --short --id | tr 'A-Z' 'a-z')
     case $distribution in
 	debian)
-	    distribution=$(lsb_release --short --id | tr 'A-Z' 'a-z')
 	    code_name=$(lsb_release --short --codename)
 	    component=main
 	    apt_url_base=http://packages.groonga.org
-------------- next part --------------
HTML����������������������������...
Download 



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