[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#608234: marked as done (apt: displays usage instructions on syntax errors on stdout and returns with exit code 0)



Your message dated Thu, 13 Aug 2015 23:14:27 +0200
with message-id <20150813211427.GA24888@crossbow>
and subject line Re: apt: displays usage instructions on syntax errors on stdout and returns with exit code 0
has caused the Debian Bug report #608234,
regarding apt: displays usage instructions on syntax errors on stdout and returns with exit code 0
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
608234: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=608234
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: apt
Version: 0.8.10
Severity: normal


% apt-get --simulate >/dev/null ; echo $?
0

Obviously this is not a valid command line.
I'd expect to get the usage instructions/error message
on stderr and a return code != 0.

regards,
-mika-



--- End Message ---
--- Begin Message ---
On Wed, Dec 29, 2010 at 01:45:00AM +0100, Michael Prokop wrote:
> % apt-get --simulate >/dev/null ; echo $?
> 0
> 
> Obviously this is not a valid command line.
> I'd expect to get the usage instructions/error message
> on stderr and a return code != 0.

$ LANG=C apt-get --simulate >/dev/null ; echo $?
E: Command line option --simulate is not understood
100

So this is fixed nowadays, closing as done.


Best regards

David Kalnischkies

Attachment: signature.asc
Description: Digital signature


--- End Message ---

Reply to: