[Groonga-commit] droonga/droonga-engine at 3d42eb3 [master] Simplify

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Sep 16 14:17:11 JST 2014


YUKI Hiroshi	2014-09-16 14:17:11 +0900 (Tue, 16 Sep 2014)

  New Revision: 3d42eb350afddd05fa412e8806a1a95a1f413f82
  https://github.com/droonga/droonga-engine/commit/3d42eb350afddd05fa412e8806a1a95a1f413f82

  Message:
    Simplify

  Modified files:
    install.sh

  Modified: install.sh (+2 -2)
===================================================================
--- install.sh    2014-09-16 14:04:46 +0900 (f26288f)
+++ install.sh    2014-09-16 14:17:11 +0900 (a531937)
@@ -27,8 +27,8 @@ REPOSITORY_URL=https://github.com/droonga/$NAME.git
 USER=$NAME
 DROONGA_BASE_DIR=/home/$USER/droonga
 
-[ "$VERSION" = "" ] && VERSION="release"
-[ "$HOST" = "" ] && HOST="Auto Detect"
+: ${VERSION:=release}
+: ${HOST:=Auto Detect}
 
 case $(uname) in
   Darwin|*BSD|CYGWIN*) sed="sed -E" ;;
-------------- next part --------------
HTML����������������������������...
Download 



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