From 3d8c486dd60b99322b2f8b6d43aba98c57589991 Mon Sep 17 00:00:00 2001 From: Micha Glave Date: Thu, 26 Apr 2012 15:15:52 +0200 Subject: [PATCH] trailing whitospaces --- app-admin/drush/drush-5.1.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app-admin/drush/drush-5.1.ebuild b/app-admin/drush/drush-5.1.ebuild index bceb7be..e38e03c 100644 --- a/app-admin/drush/drush-5.1.ebuild +++ b/app-admin/drush/drush-5.1.ebuild @@ -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 }