summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-10-19 19:51:12 +0000
committerMike Frysinger <vapier@gentoo.org>2004-10-19 19:51:12 +0000
commitc50fa29de05626e5e3e7b5f8638cfcde213db2ff (patch)
treef0bc88ee2fb371cdc410f3690cba6fc26d2f04eb /eclass/sgml-catalog.eclass
parent~alpha keyword, bug 66691. (diff)
downloadhistorical-c50fa29de05626e5e3e7b5f8638cfcde213db2ff.tar.gz
historical-c50fa29de05626e5e3e7b5f8638cfcde213db2ff.tar.bz2
historical-c50fa29de05626e5e3e7b5f8638cfcde213db2ff.zip
'...' -> ' ...'
Diffstat (limited to 'eclass/sgml-catalog.eclass')
-rw-r--r--eclass/sgml-catalog.eclass6
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/sgml-catalog.eclass b/eclass/sgml-catalog.eclass
index 672622257e9f..0ac330a74198 100644
--- a/eclass/sgml-catalog.eclass
+++ b/eclass/sgml-catalog.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/sgml-catalog.eclass,v 1.8 2004/06/25 00:39:48 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/sgml-catalog.eclass,v 1.9 2004/10/19 19:51:12 vapier Exp $
#
# Author Matthew Turk <satai@gentoo.org>
@@ -63,7 +63,7 @@ sgml-catalog_pkg_postrm() {
if [ -e $arg2 ]
then
ewarn "${arg2} still exists! Not removing from ${arg1}"
- ewarn "This is normal behavior for an upgrade..."
+ ewarn "This is normal behavior for an upgrade ..."
continue
fi
einfo "Now removing $arg1 from $arg2 and /etc/sgml/catalog"
@@ -74,7 +74,7 @@ sgml-catalog_pkg_postrm() {
sgml-catalog_cleanup() {
if [ -e /usr/bin/gensgmlenv ]
then
- einfo Regenerating SGML environment variables...
+ einfo Regenerating SGML environment variables ...
gensgmlenv
grep -v export /etc/sgml/sgml.env > /etc/env.d/93sgmltools-lite
fi