[Groonga-commit] droonga/droonga-http-server at 6e343d8 [master] Remove needless comments

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Sep 29 10:39:46 JST 2014


YUKI Hiroshi	2014-09-29 10:39:46 +0900 (Mon, 29 Sep 2014)

  New Revision: 6e343d82b8b6377c11a24faf669bd25b9cb383ca
  https://github.com/droonga/droonga-http-server/commit/6e343d82b8b6377c11a24faf669bd25b9cb383ca

  Message:
    Remove needless comments

  Modified files:
    install.sh

  Modified: install.sh (+2 -7)
===================================================================
--- install.sh    2014-09-29 05:26:49 +0900 (55b75f1)
+++ install.sh    2014-09-29 10:39:46 +0900 (d576f19)
@@ -61,13 +61,8 @@ ensure_root() {
 
 guess_platform() {
   if [ -e /etc/debian_version ] || [ -e /etc/debian_release ]; then
-#    if lsb_release -i | grep --quiet Ubuntu; then
-#      echo "ubuntu"
-#      return 0
-#    elif lsb_release -i | grep --quiet Debian; then
-      echo "debian"
-      return 0
-#    fi
+    echo "debian"
+    return 0
   elif [ -e /etc/centos-release ]; then
     echo "centos"
     return 0
-------------- next part --------------
HTML����������������������������...
Download 



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