summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobby Russell <robby@planetargon.com>2015-06-14 22:14:07 -0700
committerRobby Russell <robby@planetargon.com>2015-06-14 22:14:07 -0700
commitea5ff03b929227fbe6e2d82017c0bf836c73d51c (patch)
tree1298d3d4ba339a35a3fb7efd4049fd2198a3431e
parent04c301bb3af9bf728e430cae0152e524a80ecf01 (diff)
parent3d670c0bfc00858aff67f6b4dc161f4c0a0a5aef (diff)
downloadzsh-ea5ff03b929227fbe6e2d82017c0bf836c73d51c.tar.gz
zsh-ea5ff03b929227fbe6e2d82017c0bf836c73d51c.tar.bz2
zsh-ea5ff03b929227fbe6e2d82017c0bf836c73d51c.zip
Merge pull request #3759 from mikeokner/master
Adding quotes to git completion discovery path
-rw-r--r--plugins/gitfast/_git2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/gitfast/_git b/plugins/gitfast/_git
index 6b7796857..c75b0be7f 100644
--- a/plugins/gitfast/_git
+++ b/plugins/gitfast/_git
@@ -30,7 +30,7 @@ if [ -z "$script" ]; then
local -a locations
local e
locations=(
- $(dirname ${funcsourcetrace[1]%:*})/git-completion.bash
+ "$(dirname ${funcsourcetrace[1]%:*})/git-completion.bash"
'/etc/bash_completion.d/git' # fedora, old debian
'/usr/share/bash-completion/completions/git' # arch, ubuntu, new debian
'/usr/share/bash-completion/git' # gentoo