tags 404635 + patch thanks Hi,
On Thu, 2006-12-28 at 12:53 +0000, 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 are documented in the > > man > > page of grep. On my machine I have > > Ah, that would do it. Hmm. Will have to tell grep to ignore this > stuff. I'm surprised that nothing else breaks for you! Trivial as it is :-), please find attached a patch resolving this issue. Regards, Adam
--- devscripts-2.9.27.orig/who-uploads.sh 2006-11-06 14:05:49.000000000 +0000 +++ devscripts-2.9.27/who-uploads.sh 2007-02-20 20:53:57.000000000 +0000 @@ -88,7 +88,7 @@ [ -r $file ] && . $file done - set | grep "^WHOUPLOADS_") + set | GREP_OPTIONS= grep "^WHOUPLOADS_") # check sanity if [ "$WHOUPLOADS_MAXUPLOADS" != \