Merge "Fix conflict with common zsh alias" am: fd4a406174 am: 650771c5d4

Original change: https://android-review.googlesource.com/c/platform/build/+/1434523

Change-Id: I096704359f0808b411207335f86d7ac792041fd0
This commit is contained in:
Treehugger Robot 2020-09-29 23:28:35 +00:00 committed by Automerger Merge Worker
commit 1c056cfbbc
1 changed files with 1 additions and 1 deletions

View File

@ -356,7 +356,7 @@ function should_add_completion() {
function addcompletions()
{
local T dir f
local f=
# Keep us from trying to run in something that's neither bash nor zsh.
if [ -z "$BASH_VERSION" -a -z "$ZSH_VERSION" ]; then