Hi, sorry for being late...
On Tue, Oct 05, 2004 at 01:04:35PM +0200, Adeodato Sim? wrote: > > > I apologize for spamming you, today seems not to by my day. putting > > > the attached file in /usr/bin/apt-get-for-sbuild and having: > > > $apt_get = "/usr/bin/apt-get-for-sbuild"; > > > seems to do the trick. > #! /bin/sh > > TMP_APT_CONFIG=`mktemp -t apt.conf.XXXXXX` > > for arg in "$@"; do > if expr "$arg" : Dir::Etc= >/dev/null; then > echo "$arg\";" | sed -e 's/=/ "/' >$TMP_APT_CONFIG > break > fi > done > > env APT_CONFIG=$TMP_APT_CONFIG /usr/bin/apt-get "$@" > rm -f $TMP_APT_CONFIG Could you please explain why you think this patch is useful, and what it is supposed to do? thanks, Michael -- Michael Banck Debian Developer [EMAIL PROTECTED] http://www.advogato.org/person/mbanck/diary.html -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]