#40 adb: Fix label
This commit is contained in:
parent
1b2d36e75e
commit
e1c65a1a9b
2
_adb
2
_adb
|
@ -268,7 +268,7 @@ _adb_remote_directories() {
|
||||||
(( $+functions[_adb_remote_commands] )) ||
|
(( $+functions[_adb_remote_commands] )) ||
|
||||||
_adb_remote_commands() {
|
_adb_remote_commands() {
|
||||||
local commands; commands=($(_call_program packages $service $adb_args shell "'IFS=:;for path_dir in \$PATH; do ls \$path_dir 2>/dev/null; done'"))
|
local commands; commands=($(_call_program packages $service $adb_args shell "'IFS=:;for path_dir in \$PATH; do ls \$path_dir 2>/dev/null; done'"))
|
||||||
_describe -t remote-command 'remote-command' commands && ret=0
|
_describe -t remote-command 'remote command' commands && ret=0
|
||||||
}
|
}
|
||||||
|
|
||||||
(( $+functions[_adb_local_forward_specs] )) ||
|
(( $+functions[_adb_local_forward_specs] )) ||
|
||||||
|
|
Loading…
Reference in New Issue