From e2f6fb56161d5b4c4e729750e2ed1254ee1adac9 Mon Sep 17 00:00:00 2001 From: Christian Birchinger Date: Fri, 27 Feb 2004 18:54:20 +0000 Subject: Fixed minor whitespace mess --- app-shells/bash-completion/Manifest | 2 +- app-shells/bash-completion/bash-completion-20040210-r1.ebuild | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'app-shells') diff --git a/app-shells/bash-completion/Manifest b/app-shells/bash-completion/Manifest index 9a1153bc2d9d..e158dc2dd76c 100644 --- a/app-shells/bash-completion/Manifest +++ b/app-shells/bash-completion/Manifest @@ -1,6 +1,6 @@ MD5 4a9e11c99c7536b7a5e6a0b03d972634 ChangeLog 7916 MD5 1dc8e7503e7e350f3382d37b612178cc metadata.xml 1023 -MD5 4cef833325eca7f373f789c0a765e1cd bash-completion-20040210-r1.ebuild 1932 +MD5 92612bc1b4ae385ab792cccbf0f8bed8 bash-completion-20040210-r1.ebuild 1925 MD5 38a707ba9274991e61239ce569e840ff files/bash-completion 623 MD5 e0042d020a68676612907cb81954d7e6 files/gentoo.completion-20040210-r1 16372 MD5 d7efd8bcc60301eebedaa7b28b35d5bd files/digest-bash-completion-20040210-r1 76 diff --git a/app-shells/bash-completion/bash-completion-20040210-r1.ebuild b/app-shells/bash-completion/bash-completion-20040210-r1.ebuild index de1ad6e7b043..a5f447af72ee 100644 --- a/app-shells/bash-completion/bash-completion-20040210-r1.ebuild +++ b/app-shells/bash-completion/bash-completion-20040210-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20040210-r1.ebuild,v 1.1 2004/02/27 18:48:46 joker Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-shells/bash-completion/bash-completion-20040210-r1.ebuild,v 1.2 2004/02/27 18:54:20 joker Exp $ S=${WORKDIR}/${PN/-/_} DESCRIPTION="Programmable Completion for bash (includes emerge and ebuild commands)." @@ -49,15 +49,15 @@ pkg_postinst() { fi for bcfile in /etc/bash_completion.d/{unrar,harbour,isql,larch,lilypond,p4,ri} - do [ -f "${bcfile}" -a ! -L "${bcfile}" ] && moved="${bcfile##*/} ${moved}" done + if [ -n "${moved}" ] then echo - ewarn "The contrib files: ${moved}" + ewarn "The contrib files: ${moved}" ewarn "have been moved to /usr/share/bash-completion. Please DELETE" ewarn "those old files in /etc/bash_completion.d and create symlinks." fi -- cgit v1.2.3-65-gdbad