Hi Martin, On Sat, 21 Dec 2013 21:27:57 +0100, [email protected] 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 TEXTDOMAINDIR=@LOCALEDIR@
Looks good, please commit. -- Jean Delvare Suse L3 Support _______________________________________________ Quilt-dev mailing list [email protected] https://lists.nongnu.org/mailman/listinfo/quilt-dev
