[Groonga-commit] droonga/droonga-http-server at 4e9c26c [master] Simplify

Zurück zum Archiv-Index

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


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

  New Revision: 4e9c26c39112e0f3718bf2fdfb1d2fd0c1da06c6
  https://github.com/droonga/droonga-http-server/commit/4e9c26c39112e0f3718bf2fdfb1d2fd0c1da06c6

  Message:
    Simplify

  Modified files:
    install.sh

  Modified: install.sh (+3 -3)
===================================================================
--- install.sh    2014-09-16 14:05:14 +0900 (e5542d1)
+++ install.sh    2014-09-16 14:17:26 +0900 (56b2642)
@@ -29,9 +29,9 @@ DROONGA_BASE_DIR=/home/$USER/droonga
 
 EXPRESS_DROONGA_REPOSITORY_URL=git://github.com/droonga/express-droonga.git#master
 
-[ "$VERSION" = "" ] && VERSION="release"
-[ "$HOST" = "" ] && HOST="Auto Detect"
-[ "$ENGINE_HOST" = "" ] && ENGINE_HOST="Auto Detect"
+: ${VERSION:=release}
+: ${HOST:=Auto Detect}
+: ${ENGINE_HOST:=Auto Detect}
 
 case $(uname) in
   Darwin|*BSD|CYGWIN*) sed="sed -E" ;;
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index