[Groonga-commit] droonga/droonga-engine at bf5cdc7 [master] No need to export variables

Back to archive index

YUKI Hiroshi null+****@clear*****
Tue Sep 16 12:22:54 JST 2014


YUKI Hiroshi	2014-09-16 12:22:54 +0900 (Tue, 16 Sep 2014)

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

  Message:
    No need to export variables

  Modified files:
    install.sh

  Modified: install.sh (+2 -2)
===================================================================
--- install.sh    2014-09-16 12:21:28 +0900 (daabc69)
+++ install.sh    2014-09-16 12:22:54 +0900 (7ffce3a)
@@ -26,11 +26,11 @@ USER=$NAME
 DROONGA_BASE_DIR=/home/$USER/droonga
 
 if [ "$VERSION" = "" ]; then
-  export VERSION=release
+  VERSION=release
 fi
 
 if [ "$HOST" = "" ]; then
-  export HOST="Auto Detect"
+  HOST="Auto Detect"
 fi
 
 case $(uname) in
-------------- next part --------------
HTML����������������������������...
Télécharger 



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