aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKenny Root <kroot@google.com>2015-07-16 18:44:06 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-07-16 18:44:07 +0000
commitb51fc0b2f99c1bd53c4c9b635d416b76eaa50838 (patch)
tree55f14758d30a9c1e7fa3015c665822bb1363e950
parent824c4ac758aaaf0d0939b443a1f3c7def808ca2d (diff)
parent8642cd7239a3daeca4a0f6b47c791a4c3adec32d (diff)
downloadplatform_sdk-b51fc0b2f99c1bd53c4c9b635d416b76eaa50838.tar.gz
platform_sdk-b51fc0b2f99c1bd53c4c9b635d416b76eaa50838.tar.bz2
platform_sdk-b51fc0b2f99c1bd53c4c9b635d416b76eaa50838.zip
Merge "adb tab completion: remove extraneous state"android-m-preview-2
-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