diff options
author | Jörg Bornkessel <hd_brummy@gentoo.org> | 2012-04-29 15:03:09 +0000 |
---|---|---|
committer | Jörg Bornkessel <hd_brummy@gentoo.org> | 2012-04-29 15:03:09 +0000 |
commit | 615cb4487d5e4e361043a04911e55f91ac2a9e98 (patch) | |
tree | 9cf54466519e2b6e6e5e73d8393472c0f363d75a /eclass/vdr-plugin-2.eclass | |
parent | x86 stable, bug #410611 (diff) | |
download | gentoo-2-615cb4487d5e4e361043a04911e55f91ac2a9e98.tar.gz gentoo-2-615cb4487d5e4e361043a04911e55f91ac2a9e98.tar.bz2 gentoo-2-615cb4487d5e4e361043a04911e55f91ac2a9e98.zip |
typo, added missing [ ] for test
Diffstat (limited to 'eclass/vdr-plugin-2.eclass')
-rw-r--r-- | eclass/vdr-plugin-2.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/vdr-plugin-2.eclass b/eclass/vdr-plugin-2.eclass index a447e0c4507b..3e46673e0673 100644 --- a/eclass/vdr-plugin-2.eclass +++ b/eclass/vdr-plugin-2.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.1 2012/04/29 13:05:34 hd_brummy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/vdr-plugin-2.eclass,v 1.2 2012/04/29 15:03:09 hd_brummy Exp $ # @ECLASS: vdr-plugin-2.eclass # @MAINTAINER: @@ -235,7 +235,7 @@ gettext_missing() { # plugins without converting to gettext local GETTEXT_MISSING=$( grep xgettext Makefile ) - if [ -z ${GETTEXT_MISSING} ]; then + if [[ -z ${GETTEXT_MISSING} ]]; then dev_check "Plugin isn't converted to gettext handling \n" fi } |