summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorChristian Faulhammer <fauli@gentoo.org>2009-09-24 08:11:45 +0000
committerChristian Faulhammer <fauli@gentoo.org>2009-09-24 08:11:45 +0000
commit07ed58e5a9dee550f0387a11cb23b5a726b4364b (patch)
tree2bac967aaa41f2ec889a4745dc3e5ed9c41dfb30 /eclass
parentRemove --enable-tcap-query wrt #212546 by Petr Pisar. (diff)
downloadhistorical-07ed58e5a9dee550f0387a11cb23b5a726b4364b.tar.gz
historical-07ed58e5a9dee550f0387a11cb23b5a726b4364b.tar.bz2
historical-07ed58e5a9dee550f0387a11cb23b5a726b4364b.zip
bzr.eclass: move wrongly placed quote
Diffstat (limited to 'eclass')
-rw-r--r--eclass/bzr.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/bzr.eclass b/eclass/bzr.eclass
index 7631cd3247b0..f82dad020094 100644
--- a/eclass/bzr.eclass
+++ b/eclass/bzr.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/bzr.eclass,v 1.4 2009/09/24 07:19:41 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/bzr.eclass,v 1.5 2009/09/24 08:11:45 fauli Exp $
#
# @ECLASS: bzr.eclass
# @MAINTAINER:
@@ -142,7 +142,7 @@ bzr_initial_fetch() {
bzr_update() {
local repository="${1}";
- if [[ -n "${EBZR_OFFLINE"} ]]; then
+ if [[ -n "${EBZR_OFFLINE}" ]]; then
einfo "skipping bzr update -->"
einfo " repository: ${repository}"
else