| Anonymous | Login | Signup for a new account | 11-10-2008 11:14 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 | ||||
| 0001311 | [BusyBox] Other | major | always | 04-12-07 14:24 | 04-13-07 13:11 | ||||
| Reporter | kiltedknight | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 1.4.x | ||||||
| Summary | 0001311: sed incorrectly parses command file | ||||||||
| Description |
When running the command "sed -f cmds.sed < input > output" with cmds.sed containing: s/^[^:]*: *// s/\s*\\$// s/\s*\([-./[:alnum:]_]\+\)/\1:\ /g It will produce the error: sed: unmatched '/' When going through the code in sed.c, I discovered that it was attempting to parse only the "/g" portion of the final command. |
||||||||
| Additional Information | Attached diff will fix the issue. | ||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |