diff options
author | 2007-06-26 01:42:11 +0000 | |
---|---|---|
committer | 2007-06-26 01:42:11 +0000 | |
commit | aa21abae663ebbde109c647938a27c64b28045ff (patch) | |
tree | 457c7174b3ef32925e7d7110defb860abc820673 /app-shells/bash/bash-3.0-r12.ebuild | |
parent | Initial import of scmpc (diff) | |
download | gentoo-2-aa21abae663ebbde109c647938a27c64b28045ff.tar.gz gentoo-2-aa21abae663ebbde109c647938a27c64b28045ff.tar.bz2 gentoo-2-aa21abae663ebbde109c647938a27c64b28045ff.zip |
whitespace
(Portage version: 2.1.2.7)
Diffstat (limited to 'app-shells/bash/bash-3.0-r12.ebuild')
-rw-r--r-- | app-shells/bash/bash-3.0-r12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-shells/bash/bash-3.0-r12.ebuild b/app-shells/bash/bash-3.0-r12.ebuild index 85dc76b07a64..b36cf62745b5 100644 --- a/app-shells/bash/bash-3.0-r12.ebuild +++ b/app-shells/bash/bash-3.0-r12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0-r12.ebuild,v 1.9 2007/02/27 17:02:03 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash/bash-3.0-r12.ebuild,v 1.10 2007/06/26 01:42:11 mr_bones_ Exp $ inherit eutils flag-o-matic toolchain-funcs @@ -152,7 +152,7 @@ pkg_preinst() { mv -f "${ROOT}"/etc/bashrc "${ROOT}"/etc/bash/ fi - # our bash_logout is just a place holder so dont + # our bash_logout is just a place holder so dont # force users to go through etc-update all the time if [[ -e ${ROOT}/etc/bash/bash_logout ]] ; then rm -f "${D}"/etc/bash/bash_logout |