quilt-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Quilt-dev] [PATCH 1/4] Ensure quilt(1) documents the correct patche


From: Raphael Hertzog
Subject: Re: [Quilt-dev] [PATCH 1/4] Ensure quilt(1) documents the correct patches directory
Date: Fri, 24 Feb 2012 08:41:07 +0100
User-agent: Mutt/1.5.21 (2010-09-15)

On Fri, 24 Feb 2012, Andreas Gruenbacher wrote:
> We only need to check if $QUILT_PC/.quilt_patches exists if
> QUILT_PATCHES is unset, like this (and similar for
> $QUILT_PC/.quilt_series):

We could, it's a small behavioural change but one that makes sense.

> if [ -z "$QUILT_PATCHES" ]
> then
>       if [ -r "$QUILT_PC/.quilt_patches" ]
>       then
>               QUILT_PATCHES=$(< "$QUILT_PC/.quilt_patches")
>       else
>               QUILT_PATCHES=patches
>       fi
> fi

So you want me to do this and then to force QUILT_PATCHES=patches in
the "quilt -h" call?

Cheers,
-- 
Raphaël Hertzog ◈ Debian Developer

Pre-order a copy of the Debian Administrator's Handbook and help
liberate it: http://debian-handbook.info/liberation/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]