diff --git a/envsetup.sh b/envsetup.sh index b836e543a..a3b07a76b 100644 --- a/envsetup.sh +++ b/envsetup.sh @@ -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