aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2015-07-16 19:12:20 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-07-16 19:12:20 +0000
commitc2394f9e8e5c8e55f5d171f35709f30c30aa005c (patch)
tree55f14758d30a9c1e7fa3015c665822bb1363e950
parentff189baaf9d35656d3474f4c00a2ae9d0b84e560 (diff)
parentb51fc0b2f99c1bd53c4c9b635d416b76eaa50838 (diff)
downloadplatform_sdk-c2394f9e8e5c8e55f5d171f35709f30c30aa005c.tar.gz
platform_sdk-c2394f9e8e5c8e55f5d171f35709f30c30aa005c.tar.bz2
platform_sdk-c2394f9e8e5c8e55f5d171f35709f30c30aa005c.zip
am b51fc0b2: Merge "adb tab completion: remove extraneous state"
* commit 'b51fc0b2f99c1bd53c4c9b635d416b76eaa50838': adb tab completion: remove extraneous state
-rw-r--r--bash_completion/adb.bash2
1 files changed, 0 insertions, 2 deletions
diff --git a/bash_completion/adb.bash b/bash_completion/adb.bash
index c1793d9e1..397de8e4b 100644
--- a/bash_completion/adb.bash
+++ b/bash_completion/adb.bash
@@ -43,9 +43,7 @@ _adb() {
*)
if [[ $where == OPT_SERIAL ]]; then
where=OPT_SERIAL_ARG
- elif [[ $where == OPT_SERIAL_ARG ]]; then
serial=${cur}
- where=OPTIONS
else
where=COMMAND
break