| Anonymous | Login | Signup for a new account | 11-10-2008 11:09 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 | ||||
| 0001149 | [BusyBox] Other | minor | always | 01-09-07 13:39 | 01-09-07 16:25 | ||||
| Reporter | espakman | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | fixed | ||||||
| Status | closed | Product Version | svn | ||||||
| Summary | 0001149: Problem with "[" command used internal to busybox ash | ||||||||
| Description |
Ash revision 17084 introduced a problem with (at least) the "[" command when configured internal to ash. When I use the following snippet in linuxrc: #!./busybox sh #DEBUG=1 if [ $DEBUG ] ; then echo "test" fi The response with revision 17084 is: /linuxrc: /linuxrc: 37: [: not found (37 being the line number) The attached small patch reverses a small part of the 17084 patch and fixes the problem. |
||||||||
| Additional Information | |||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
Notes |
|
|
(0001975) bernhardf 01-09-07 13:46 |
http://busybox.net/lists/busybox/2007-January/025810.html [^] |
|
(0001978) vda 01-09-07 16:25 |
Applied in revision 17216, thanks |
| Copyright © 2000 - 2006 Mantis Group |