bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/5896] New: inconsistent behavior of bash re time


From: doug at cs dot dartmouth dot edu
Subject: [Bug binutils/5896] New: inconsistent behavior of bash re time
Date: 7 Mar 2008 00:20:30 -0000

These two bash sequences are not equivalent.
Clearly they ought to be.  The bash man page apparently agrees.

  % export X=x; time --version; unset X
  -bash: --version: command not found

  % unset X; X=x time --version
  GNU time 1.7

Behavior observed in:
  GNU bash, version 3.2.33(18)-release (i686-pc-cygwin)
  GNU bash, version 3.1.17(1)-release (i686-redhat-linux-gnu)

-- 
           Summary: inconsistent behavior of bash re time
           Product: binutils
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: binutils
        AssignedTo: unassigned at sources dot redhat dot com
        ReportedBy: doug at cs dot dartmouth dot edu
                CC: bug-binutils at gnu dot org
  GCC host triplet: What is this?  The. "bug writing guidelines" don't say.


http://sourceware.org/bugzilla/show_bug.cgi?id=5896

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]