From: Eric Bénard Date: Sat, 30 Oct 2010 00:40:38 +0000 (+0200) Subject: usb detection script X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da60830cc1d77b310eece3b58819f9617de36b52;p=openembedded.git usb detection script remove echo which should not be there Signed-off-by: Eric Bénard --- diff --git a/recipes/busybox/files/usb.sh b/recipes/busybox/files/usb.sh index 9faf14106b..ec1247da24 100644 --- a/recipes/busybox/files/usb.sh +++ b/recipes/busybox/files/usb.sh @@ -17,7 +17,6 @@ case "$ACTION" in bus=`basename $(dirname $device)` for uevent in /sys/class/usb_device/usbdev?.*/*/uevent; do . $uevent - echo $dev $DEVNUM $bus $BUSNUM >> /tmp/rem.txt if [ $dev -eq $DEVNUM ] && [ $bus -eq $BUSNUM ]; then REMOVED=0 break;