summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Olexa <darkside@gentoo.org>2011-04-19 04:19:47 +0000
committerJeremy Olexa <darkside@gentoo.org>2011-04-19 04:19:47 +0000
commit0a15cc8237cc52b511653daa2a3fed560b62c3b8 (patch)
tree990b4394a00847f3faa3be8eea8451baa00c69a6
parentRemove old version, add maintainer (diff)
downloadhistorical-0a15cc8237cc52b511653daa2a3fed560b62c3b8.tar.gz
historical-0a15cc8237cc52b511653daa2a3fed560b62c3b8.tar.bz2
historical-0a15cc8237cc52b511653daa2a3fed560b62c3b8.zip
reduce one line of noise
-rw-r--r--eclass/bash-completion.eclass3
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/bash-completion.eclass b/eclass/bash-completion.eclass
index a577bd5fd068..3370695cdc84 100644
--- a/eclass/bash-completion.eclass
+++ b/eclass/bash-completion.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/bash-completion.eclass,v 1.25 2011/03/31 04:13:51 dirtyepic Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/bash-completion.eclass,v 1.26 2011/04/19 04:19:47 darkside Exp $
# @ECLASS: bash-completion.eclass
# @MAINTAINER:
@@ -71,7 +71,6 @@ bash-completion_pkg_postinst() {
if use bash-completion ; then
elog "The following bash-completion scripts have been installed:"
- elog
if [[ -n ${BASHCOMPLETION_NAME} ]]; then
elog " ${BASHCOMPLETION_NAME}"
else