Your message dated Mon, 6 Oct 2008 16:17:05 +0100
with message-id <[EMAIL PROTECTED]>
and subject line Re: Bug#501318: time does not honor the command line options
has caused the Debian Bug report #501318,
regarding time does not honor the command line options
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 [EMAIL PROTECTED]
immediately.)
--
501318: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=501318
Debian Bug Tracking System
Contact [EMAIL PROTECTED] with problems
--- Begin Message ---
Package: time
Version: 1.7-23
Severity: grave
Justification: renders package unusable
Except for the -p option, any other option passed to time
is missinterpreted as the name of a program.
For example:
time --help
generates the output
bash: --help: command not found
real 0m0.001s
user 0m0.000s
sys 0m0.000s
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.26-1-686 (SMP w/2 CPU cores)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages time depends on:
ii libc6 2.7-13 GNU C Library: Shared libraries
time recommends no packages.
time suggests no packages.
-- no debconf information
--- End Message ---
--- Begin Message ---
Hi,
Anakreon Mentis wrote:
Package: time
Version: 1.7-23
Severity: grave
Justification: renders package unusable
Except for the -p option, any other option passed to time
is missinterpreted as the name of a program.
For example:
time --help
generates the output
bash: --help: command not found
real 0m0.001s
user 0m0.000s
sys 0m0.000s
The "time" package supplies the /usr/bin/time binary, which is what the
time(1) manpage describes, and which does accept all the options listed
therein.
The fact that the error message you're receiving begins "bash:" means that
you're using bash's builtin version of "time", which only supports -p, as
documented in bash(1). If you want to run the version from time, use
/usr/bin/time explicitly.
I'm therefore closing this report as there is no bug here.
Regards,
Adam
--- End Message ---