| Anonymous | Login | Signup for a new account | 11-10-2008 11:33 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 | ||||
| 0002024 | [BusyBox] Standards Compliance | minor | always | 02-02-08 19:35 | 02-10-08 03:13 | ||||
| Reporter | Craig | View Status | public | ||||||
| Assigned To | BusyBox | ||||||||
| Priority | normal | Resolution | no change required | ||||||
| Status | closed | Product Version | |||||||
| Summary | 0002024: Command substitution in busybox-1.8.2 does not work | ||||||||
| Description |
I have busybox in /tmp/myroot # mount -t proc proc /tmp/myroot/proc/ # chroot /tmp/myroot/ /bin/sh / # sed -n 's/^ *\([0-9]\+\) \+misc$/\1/p' /proc/devices 10 / # A=`sed -n 's/^ *\([0-9]\+\) \+misc$/\1/p' /proc/devices` / # echo $A / # A=`ls` / # echo $A bin dev devmap_mknod.sh etc linuxrc new proc usr / # Somehow the substitution does not work for the sed line, any hints? What's wrong here? I'm desperate :( If interested, also see: http://www.mail-archive.com/busybox@busybox.net/msg02975.html [^] |
||||||||
| Additional Information | |||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
| Copyright © 2000 - 2006 Mantis Group |