Merge "Fix conflict with common zsh alias"

This commit is contained in:
Treehugger Robot 2020-09-29 22:52:17 +00:00 committed by Gerrit Code Review
commit fd4a406174
1 changed files with 1 additions and 1 deletions

View File

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