BusyBox Bug and Patch Tracking
BusyBox
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001396 [BusyBox] Other major always 06-19-07 04:14 06-19-07 16:09
Reporter rsantos View Status public  
Assigned To BusyBox
Priority normal Resolution fixed  
Status closed   Product Version svn
Summary 0001396: Echo doesn't print first parameter do stdout
Description This also applies to Busybox v1.6.0, even with busybox-1.6.0-echo.patch fix applied.

The problem I get is that the first parameter never gets printed. Some "trash" gets printed but not the first parameter. The remaining parameters on argv are printed correctly.

I managed to get it to work by replacing

arg = ++argv;
on line 36 of current svn with
arg = *++argv;

After this all worked well. I thought about asking for svn access but, since is just a really minor change, can anyone do that for me? Any comments on this?
Additional Information .config file: I attached the config file to this report.
Attached Files  config.106 [^] (20,728 bytes) 06-19-07 04:14

- Relationships

- Notes
(0002489)
vda
06-19-07 16:09

Applied to svn, thanks!
 

- Issue History
Date Modified Username Field Change
06-19-07 04:14 rsantos New Issue
06-19-07 04:14 rsantos Status new => assigned
06-19-07 04:14 rsantos Assigned To  => BusyBox
06-19-07 04:14 rsantos File Added: config.106
06-19-07 04:15 rsantos Issue Monitored: rsantos
06-19-07 16:09 vda Status assigned => closed
06-19-07 16:09 vda Note Added: 0002489
06-19-07 16:09 vda Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker