Bug#527200: apt-key fails if GREP_OPTIONS isn't defined

2009-05-06 Thread Horacio Penya
Package: apt Version: 0.7.20.2+lenny1 Severity: important Hi! apt-key fails if GREP_OPTIONS is not defined. The guilty lines are: set -e unset GREP_OPTIONS and, if apt-key fails, updating apt fails too (it's called on postinst) way to reproduce it: $ unset GREP_OPTIONS;apt-key update || echo

Bug#527200: apt-key fails if GREP_OPTIONS isn't defined

2009-05-06 Thread Adam D. Barratt
On Wed, 2009-05-06 at 03:22 -0300, Horacio Penya wrote: apt-key fails if GREP_OPTIONS is not defined. The guilty lines are: set -e unset GREP_OPTIONS and, if apt-key fails, updating apt fails too (it's called on postinst) way to reproduce it: $ unset GREP_OPTIONS;apt-key update ||

Bug#527200: apt-key fails if GREP_OPTIONS isn't defined

2009-05-06 Thread Horacio J . Peña
Hola! Which shell are you using? I can't reproduce this, and SuSv3 makes it clear that the above should not occur: ii bash 2.05a-11 The GNU Bourne Again SHell $ sh --version GNU bash, version 2.05a.0(1)-release (i386-pc-linux-gnu) Copyright 2001 Free Software Foundation, Inc. $ unset A