[BusyBox 0006194]: sum -s prints an extra dash character (mismatch with coreutils)

bugs at busybox.net bugs at busybox.net
Tue Nov 11 20:46:22 UTC 2008


The following issue has been SUBMITTED. 
====================================================================== 
http://busybox.net/bugs/view.php?id=6194 
====================================================================== 
Reported By:                pgbovine
Assigned To:                BusyBox
====================================================================== 
Project:                    BusyBox
Issue ID:                   6194
Category:                   Standards Compliance
Reproducibility:            always
Severity:                   trivial
Priority:                   normal
Status:                     assigned
====================================================================== 
Date Submitted:             11-11-2008 12:46 PST
Last Modified:              11-11-2008 12:46 PST
====================================================================== 
Summary:                    sum -s prints an extra dash character (mismatch with
coreutils)
Description: 
Seems trivial, but I don't know what the trailing '-' comes from or means
...

Coreutils behavior:

$ echo "hello" | sum -s
542 1

Busybox behavior:

$ echo "hello" | ./busybox sum -s
542 1 -
====================================================================== 

Issue History 
Date Modified   Username       Field                    Change               
====================================================================== 
11-11-08 12:46  pgbovine       New Issue                                    
11-11-08 12:46  pgbovine       Status                   new => assigned     
11-11-08 12:46  pgbovine       Assigned To               => BusyBox         
======================================================================




More information about the busybox-cvs mailing list