diff options
author | 2011-08-29 01:28:10 +0000 | |
---|---|---|
committer | 2011-08-29 01:28:10 +0000 | |
commit | f9aeecbc5d756357455e4ae842071ffdc8ebdd43 (patch) | |
tree | 1f60c7429e0edddac752ce623889644516ce3cf6 /eclass/mysql.eclass | |
parent | Version bump (diff) | |
download | historical-f9aeecbc5d756357455e4ae842071ffdc8ebdd43.tar.gz historical-f9aeecbc5d756357455e4ae842071ffdc8ebdd43.tar.bz2 historical-f9aeecbc5d756357455e4ae842071ffdc8ebdd43.zip |
trim useless trailing whitespace
Diffstat (limited to 'eclass/mysql.eclass')
-rw-r--r-- | eclass/mysql.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/mysql.eclass b/eclass/mysql.eclass index e722f4d8158e..8538c846b936 100644 --- a/eclass/mysql.eclass +++ b/eclass/mysql.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.164 2011/08/22 04:46:32 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mysql.eclass,v 1.165 2011/08/29 01:28:10 vapier Exp $ # @ECLASS: mysql.eclass # @MAINTAINER: @@ -619,7 +619,7 @@ configure_51() { | xargs -0 sed -r -n \ -e '/^MYSQL_STORAGE_ENGINE/{ s~MYSQL_STORAGE_ENGINE\([[:space:]]*\[?([-_a-z0-9]+)\]?.*,~\1 ~g ; - s~^([^ ]+).*~\1~gp; + s~^([^ ]+).*~\1~gp; }' \ | tr -s '\n' ' ' )" |