[Groonga-mysql-commit] mroonga/mroonga at d6f6cfc [master] package rpm mysql57-community: fix indent

Back to archive index

Kouhei Sutou null+****@clear*****
Wed May 11 12:13:53 JST 2016


Kouhei Sutou	2016-05-11 12:13:53 +0900 (Wed, 11 May 2016)

  New Revision: d6f6cfc74752d1c7ff030427aa9871f4b0d0b51f
  https://github.com/mroonga/mroonga/commit/d6f6cfc74752d1c7ff030427aa9871f4b0d0b51f

  Message:
    package rpm mysql57-community: fix indent

  Modified files:
    packages/rpm/centos/mysql57-community-mroonga.spec.in

  Modified: packages/rpm/centos/mysql57-community-mroonga.spec.in (+1 -1)
===================================================================
--- packages/rpm/centos/mysql57-community-mroonga.spec.in    2016-05-11 12:12:47 +0900 (ea4cf24)
+++ packages/rpm/centos/mysql57-community-mroonga.spec.in    2016-05-11 12:13:53 +0900 (27130c9)
@@ -138,7 +138,7 @@ required_version=`expr $version`
 version=`${mysql} -e "SHOW VARIABLES LIKE 'mroonga_libgroonga_version'" | \
   grep mroonga | cut -f 2 | sed -e 's/\.//g'`
 if [ -n "$version" ]; then
-    current_version=`expr $version`
+  current_version=`expr $version`
 fi
 install_sql=%{_datadir}/mroonga/install.sql
 uninstall_sql=%{_datadir}/mroonga/uninstall.sql
-------------- next part --------------
HTML����������������������������...
Download 



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