| Anonymous | Login | Signup for a new account | 11-10-2008 10:42 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 | ||||
| 0000152 | [BusyBox] Other | major | always | 03-14-05 04:12 | 07-31-05 15:34 | ||||
| Reporter | srowe | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | 1.00 | ||||||
| Summary | 0000152: ash: quoting rules for local variables different to globals | ||||||||
| Description |
bash (and ash in 0.60) are happy with both var=`echo "a b c"` local var=`echo "a b c"` (notice no double quotes around expression even though it expands to multiple words. ash in 1.0 requires quotes, but only for local variable declarations. The attached file produces # sh test.sh this does work this bash 2.05b produces # sh /tmp/test.sh this does work this should work |
||||||||
| Additional Information | |||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |