[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
- [Quilt-dev] [patch 1/7] allow mail command to grab the mail title from dep3 formalism, (continued)
- [Quilt-dev] [patch 1/7] allow mail command to grab the mail title from dep3 formalism, martin . quinson, 2013/12/21
- [Quilt-dev] [patch 2/7] verbose error message when the serie file does not exist, martin . quinson, 2013/12/21
- [Quilt-dev] [patch 3/7] setup dont obey the settings of any englobing .pc, martin . quinson, 2013/12/21
- [Quilt-dev] [patch 4/7] Informative message when using graph without graphviz, martin . quinson, 2013/12/21
- [Quilt-dev] [patch 6/7] Exit with an error when diffs retcode=2 (error) on patch, martin . quinson, 2013/12/21
[Quilt-dev] [patch 5/7] unset GREP_OPTIONS at startup, martin . quinson, 2013/12/21
- Re: [Quilt-dev] [patch 5/7] unset GREP_OPTIONS at startup,
Jean Delvare <=
[Quilt-dev] [patch 7/7] add --select option to mail command, martin . quinson, 2013/12/21