trailing whitospaces

This commit is contained in:
Micha Glave 2012-04-26 15:15:52 +02:00
parent 7000834185
commit 3d8c486dd6

View File

@ -1,4 +1,4 @@
# Copyright 1999-2011 Gentoo Foundation
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@ -27,7 +27,7 @@ src_prepare() {
includes/bootstrap.inc || die
sed -i -e "s!\.php'!.php.bz2'!g" commands/core/docs.drush.inc || die
# preparing bashcomp
# preparing bashcomp
mkdir bashcomp
sed \
-e "1,2d" \
@ -35,7 +35,7 @@ src_prepare() {
drush.complete.sh > bashcomp/drush
# cleanup
rm drush.bat includes/.gitignore
rm drush.bat includes/.gitignore
}
src_install() {
@ -51,5 +51,5 @@ src_install() {
dodoc -r ${docs}
keepdir /etc/drush
insinto /usr/share/bash-completion
doins bashcomp/drush
doins bashcomp/drush
}