about summary refs log tree commit diff
path: root/Completion
diff options
context:
space:
mode:
authorClint Adams <clint@users.sourceforge.net>2008-01-22 16:44:09 +0000
committerClint Adams <clint@users.sourceforge.net>2008-01-22 16:44:09 +0000
commitdd703246bbd73fd39f74cdedfac786e9e91e4444 (patch)
tree5849e2ed728b504d68658747f3d8994b22c9ec9c /Completion
parent088e8a9c8d19d0675bde3fabdde1b1e35129725b (diff)
downloadzsh-dd703246bbd73fd39f74cdedfac786e9e91e4444.tar.gz
zsh-dd703246bbd73fd39f74cdedfac786e9e91e4444.tar.xz
zsh-dd703246bbd73fd39f74cdedfac786e9e91e4444.zip
24437: compensate for some breakage introduced by 24396.
Diffstat (limited to 'Completion')
-rw-r--r--Completion/Unix/Command/_git3
1 files changed, 1 insertions, 2 deletions
diff --git a/Completion/Unix/Command/_git b/Completion/Unix/Command/_git
index 1b02e4aa8..e76f7cc24 100644
--- a/Completion/Unix/Command/_git
+++ b/Completion/Unix/Command/_git
@@ -2655,8 +2655,7 @@ __git_tree_files () {
   integer at_least_one_tree_added
   local -a tree_files
 
-  Path=${1%/*}/
-  [[ $Path = / ]] && Path=.
+  Path=${1:h}/
   shift
   (( at_least_one_tree_added = 0 ))
   for tree in $*; do