Skip to content

Commit

Permalink
Simplify
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Sep 16, 2014
1 parent 36e18dd commit 4e9c26c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" ;;
Expand Down

0 comments on commit 4e9c26c

Please sign in to comment.