Commit e999f104 authored by kg's avatar kg Committed by Robby Russell
Browse files

Update adb (#6472)

parent 2af2d1aa
...@@ -48,8 +48,8 @@ _arguments \ ...@@ -48,8 +48,8 @@ _arguments \
case "$state" in case "$state" in
specify_device) specify_device)
_values 'devices' $(adb devices|awk 'NR>1&& $1 ~ /^[a-zA-Z0-9].*$/ \ _values 'devices' $(adb devices -l|awk 'NR>1&& $1 ~ /^[a-zA-Z0-9].*$/ \
{printf "%s[Device_%d:%s] ",$1,++i,$2 }') {printf "%s[%s] ",$1,$6 }')
return return
;; ;;
esac esac
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment