From f42e3fa8e6152e145251e8f16f4c61c23dec1f59 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 31 May 1999 17:10:12 +0000 Subject: pws-20 --- Completion/Core/compinstall | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Completion') 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} -- cgit 1.4.1