| Anonymous | Login | Signup for a new account | 11-10-2008 11:16 PST |
| Main | My View | View Issues | Change Log | Docs |
| 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 |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |