From f9aeecbc5d756357455e4ae842071ffdc8ebdd43 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 29 Aug 2011 01:28:10 +0000 Subject: trim useless trailing whitespace --- eclass/mysql.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass/mysql.eclass') 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' ' ' )" -- cgit v1.2.3-65-gdbad