[Groonga-mysql-commit] mroonga/mroonga at c2a8062 [master] package rpm: remove needless export

Back to archive index

Kouhei Sutou null+****@clear*****
Thu Oct 29 21:35:52 JST 2015


Kouhei Sutou	2015-10-29 21:35:52 +0900 (Thu, 29 Oct 2015)

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

  Message:
    package rpm: remove needless export

  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    2015-10-29 21:24:52 +0900 (ca937b7)
+++ packages/rpm/centos/mysql57-community-mroonga.spec.in    2015-10-29 21:35:52 +0900 (5b13efa)
@@ -107,7 +107,7 @@ rm -rf $RPM_BUILD_ROOT
 if ! /sbin/service mysqld status > /dev/null; then
   /sbin/service mysqld start
   stop_after_installation=1
-  export MYSQL_PWD=`awk '/root �� localhost/{print $NF}' /var/log/mysqld.log`
+  MYSQL_PWD=`awk '/root �� localhost/{print $NF}' /var/log/mysqld.log`
 else
   stop_after_installation=0
 fi
-------------- next part --------------
HTML����������������������������...
Download 



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