Bug#217477: --quirk

2006-01-26 Thread Mark Robinson
Daniel Burrows wrote: On Thu, Jan 26, 2006 at 04:33:12PM +1300, Mark Robinson [EMAIL PROTECTED] was heard to say: this is still borken piwakawaka:~# aptitude -qq update Expected a number after -q=, got q piwakawaka:~# Ew. I guess that would be ewe in kiwi parlance. The -q=n syntax is

Bug#217477: --quirk

2006-01-25 Thread Mark Robinson
this is still borken piwakawaka:~# aptitude -qq update Expected a number after -q=, got q piwakawaka:~# which is a lie, there was no -q= Here's the relevant code from main.cc in aptitude-0.4.1: case 'q': if(optarg == 0) ++quiet; else {

Bug#217477: --quirk

2006-01-25 Thread Daniel Burrows
On Thu, Jan 26, 2006 at 04:33:12PM +1300, Mark Robinson [EMAIL PROTECTED] was heard to say: this is still borken piwakawaka:~# aptitude -qq update Expected a number after -q=, got q piwakawaka:~# which is a lie, there was no -q= Here's the relevant code from main.cc in aptitude-0.4.1: