util/find_usbdebug: Fix line indented with spaces instead of tabs
Change-Id: Id131f68465330c183c7c6ba4c85cd098dfe9a94e Signed-off-by: Nicholas Chin <nic.c3.14@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/86058 Reviewed-by: Elyes Haouas <ehaouas@noos.fr> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
parent
0b1779718e
commit
54673dffb7
1 changed files with 1 additions and 1 deletions
|
|
@ -47,7 +47,7 @@ find_devs_in_tree () {
|
|||
port=$2
|
||||
|
||||
# lsusb -t uses 3 digits for bus/port nunmbers as of version 016 and later
|
||||
if [ $(lsusb -V | cut -f 3 -d " ") -lt 16 ]; then
|
||||
if [ $(lsusb -V | cut -f 3 -d " ") -lt 16 ]; then
|
||||
busstr=`printf "Bus %02d" "$bus"`
|
||||
portstr="Port $port"
|
||||
else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue