BusyBox Bug and Patch Tracking
BusyBox
  

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  busybox-ash.patch [^] (454 bytes) 01-09-07 13:40

- Relationships

- 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
 

- Issue History
Date Modified Username Field Change
01-09-07 13:39 espakman New Issue
01-09-07 13:39 espakman Status new => assigned
01-09-07 13:39 espakman Assigned To  => BusyBox
01-09-07 13:40 espakman File Added: busybox-ash.patch
01-09-07 13:46 bernhardf Note Added: 0001975
01-09-07 16:25 vda Status assigned => closed
01-09-07 16:25 vda Note Added: 0001978
01-09-07 16:25 vda Resolution open => fixed


Copyright © 2000 - 2006 Mantis Group
Powered by Mantis Bugtracker