Anonymous | Login | Signup for a new account | 11-10-2008 11:59 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 | ||||
0002924 | [BusyBox] New Features | feature | always | 04-14-08 13:17 | 04-14-08 15:58 | ||||
Reporter | kiltedknight | View Status | public | ||||||
Assigned To | BusyBox | ||||||||
Priority | normal | Resolution | fixed | ||||||
Status | closed | Product Version | svn | ||||||
Summary | 0002924: ash does not parse "${varname:begin:end}" for substring creation/checking | ||||||||
Description |
The shell construct: ${varname:begin:end} does not produce the substring of $varname starting at begin and going to end. example: #!/bin/ash mystr="This is a string" echo $mystr mysubstr=${mystr:0:4} echo $mysubstr #end of example Expected output: This is a string This Actual output: This is a string ./testscript: line 5: syntax error: Bad substitution |
||||||||
Additional Information | This is necessary for self-hosted builds and testing. | ||||||||
Attached Files | |||||||||
|
Copyright © 2000 - 2006 Mantis Group |