[pacman-dev] [PATCH 2/5] Fix trailing withespace
Allan McRae
allan at archlinux.org
Fri Aug 12 18:57:17 EDT 2011
On 09/08/11 20:56, Sebastien Luttringer wrote:
> Signed-off-by: Sebastien Luttringer<seblu at seblu.net>
> ---
> scripts/makepkg.sh.in | 3 +--
> 1 files changed, 1 insertions(+), 2 deletions(-)
>
> diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in
> index 8845a41..fa12702 100644
> --- a/scripts/makepkg.sh.in
> +++ b/scripts/makepkg.sh.in
> @@ -439,8 +439,7 @@ check_deps() {
> local ret=0
> local pmout
> pmout=$(run_pacman -T "$@") || ret=$?
> - set -E
> -
> + set -E
> if (( ret == 127 )); then #unresolved deps
> echo "$pmout"
> elif (( ret )); then
I'd like the newline kept.
More information about the pacman-dev
mailing list