diff options
| author | Tanaka Akira <akr@users.sourceforge.net> | 1999-05-31 17:10:12 +0000 |
|---|---|---|
| committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-05-31 17:10:12 +0000 |
| commit | f42e3fa8e6152e145251e8f16f4c61c23dec1f59 (patch) | |
| tree | 9a7b104b910ae53f6a49cb4e35c3dedc737e907b /Completion/Core | |
| parent | zsh-3.1.5-pws-19 (diff) | |
| download | zsh-f42e3fa8e6152e145251e8f16f4c61c23dec1f59.tar zsh-f42e3fa8e6152e145251e8f16f4c61c23dec1f59.tar.gz zsh-f42e3fa8e6152e145251e8f16f4c61c23dec1f59.tar.bz2 zsh-f42e3fa8e6152e145251e8f16f4c61c23dec1f59.tar.lz zsh-f42e3fa8e6152e145251e8f16f4c61c23dec1f59.tar.xz zsh-f42e3fa8e6152e145251e8f16f4c61c23dec1f59.tar.zst zsh-f42e3fa8e6152e145251e8f16f4c61c23dec1f59.zip | |
pws-20dot-zsh-199906060520
Diffstat (limited to 'Completion/Core')
| -rw-r--r-- | Completion/Core/compinstall | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Completion/Core/compinstall b/Completion/Core/compinstall index d494ba302..5086cc7d2 100644 --- a/Completion/Core/compinstall +++ b/Completion/Core/compinstall @@ -141,6 +141,9 @@ or insult your system manager for incompetence." else print "Keeping existing completion directiory $_ci_fdir" fi +if [[ ${~_ci_fdir} != /* ]]; then + _ci_fdir=$(cd $_ci_fdir;builtin pwd) +fi # Check if this is in fpath already, else put it there (with ~'s expanded). _ci_f=${~_ci_fdir} |
