Bug#404635: devscripts: GREP_OPTIONS seems to be the cause of this problem

2007-02-25 Thread Julian Gilbey
On Sun, Feb 25, 2007 at 12:37:52AM -0500, Kamaraju Kusumanchi wrote: > >if [ ! -z "$PS1" ]; then > > function grep(){ command grep --color=always "$@"; } > >fi > > Adding these 3 lines to .bashrc fixed the problem. Nice workaround. It's less of a workaround and more The Right Thing To Do :-)

Bug#404635: devscripts: GREP_OPTIONS seems to be the cause of this problem

2007-02-22 Thread Julian Gilbey
On Wed, Dec 27, 2006 at 05:27:19PM -0500, Kamaraju Kusumanchi wrote: > Package: devscripts > Version: 2.9.26 > Followup-For: Bug #404635 > > A little more debugging, I found that the culprit is either of GREP_OPTIONS, > GREP_COLOR environment variables. Both these options are documented in the man

Bug#404635: devscripts: GREP_OPTIONS seems to be the cause of this problem

2007-02-21 Thread Julian Gilbey
clone 404635 -1 reassign -1 grep retitle -1 grep: GREP_OPTIONS allows a user to break unrelated shell scripts thanks To the grep maintainer: please see the BTS entry for this bug: essentially, by using an invasive setting for GREP_OPTIONS, grep now breaks for this user when it is used in shell scr

Bug#404635: devscripts: GREP_OPTIONS seems to be the cause of this problem

2007-02-21 Thread Adam D. Barratt
tags 404635 + patch thanks Hi, On Thu, 2006-12-28 at 12:53 +, Julian Gilbey wrote: > On Wed, Dec 27, 2006 at 05:27:19PM -0500, Kamaraju Kusumanchi wrote: > > A little more debugging, I found that the culprit is either of GREP_OPTIONS, > > GREP_COLOR environment variables. Both these options a

Bug#404635: devscripts: GREP_OPTIONS seems to be the cause of this problem

2006-12-28 Thread Julian Gilbey
On Wed, Dec 27, 2006 at 05:27:19PM -0500, Kamaraju Kusumanchi wrote: > Package: devscripts > Version: 2.9.26 > Followup-For: Bug #404635 > > A little more debugging, I found that the culprit is either of GREP_OPTIONS, > GREP_COLOR environment variables. Both these options are documented in the man

Bug#404635: devscripts: GREP_OPTIONS seems to be the cause of this problem

2006-12-27 Thread Kamaraju Kusumanchi
Package: devscripts Version: 2.9.26 Followup-For: Bug #404635 A little more debugging, I found that the culprit is either of GREP_OPTIONS, GREP_COLOR environment variables. Both these options are documented in the man page of grep. On my machine I have $echo $GREP_OPTIONS --color=always $echo $G