quilt-dev
[Top][All Lists]
Advanced

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

Re: [Quilt-dev] [patch 5/7] unset GREP_OPTIONS at startup


From: Jean Delvare
Subject: Re: [Quilt-dev] [patch 5/7] unset GREP_OPTIONS at startup
Date: Sun, 22 Dec 2013 09:48:16 +0100

Hi Martin,

On Sat, 21 Dec 2013 21:27:57 +0100, address@hidden wrote:
> Description:
>   It is too easy to break quilt with some strange GREP_OPTIONS, so ignore it.
> Bug-Debian: http://bugs.debian.org/715563
> Forwarded: 2013-12-21
> Author: Martin Quinson
> 
> ---
>  bin/quilt.in |    4 ++++
>  1 file changed, 4 insertions(+)
> 
> Index: b/bin/quilt.in
> ===================================================================
> --- a/bin/quilt.in
> +++ b/bin/quilt.in
> @@ -10,6 +10,10 @@
>  # non-interactively when it's set.
>  unset POSIXLY_CORRECT
>  
> +# unset GREP_OPTIONS as it's quite easy to break quilt with uncommon options
> +# see http://bugs.debian.org/715563
> +unset GREP_OPTIONS
> +
>  export TEXTDOMAIN=quilt
>  export address@hidden@

Looks good, please commit.

-- 
Jean Delvare
Suse L3 Support



reply via email to

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