summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoerg Bornkessel <hd_brummy@gentoo.org>2012-04-29 15:03:09 +0000
committerJoerg Bornkessel <hd_brummy@gentoo.org>2012-04-29 15:03:09 +0000
commit147340c9fe5450ea61f35436efaaf5e730e43768 (patch)
tree914fd198bfa1e717c9090512c29822ad1a84086b /eclass/vdr-plugin-2.eclass
parentx86 stable, bug #410611 (diff)
downloadhistorical-147340c9fe5450ea61f35436efaaf5e730e43768.tar.gz
historical-147340c9fe5450ea61f35436efaaf5e730e43768.tar.bz2
historical-147340c9fe5450ea61f35436efaaf5e730e43768.zip
typo, added missing [ ] for test
Diffstat (limited to 'eclass/vdr-plugin-2.eclass')
-rw-r--r--eclass/vdr-plugin-2.eclass4
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
}