#40 adb: Fix label

This commit is contained in:
Julien Nicoulaud 2011-08-21 14:13:00 +02:00
parent 1b2d36e75e
commit e1c65a1a9b
1 changed files with 1 additions and 1 deletions

2
_adb
View File

@ -268,7 +268,7 @@ _adb_remote_directories() {
(( $+functions[_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'"))
_describe -t remote-command 'remote-command' commands && ret=0
_describe -t remote-command 'remote command' commands && ret=0
}
(( $+functions[_adb_local_forward_specs] )) ||