From 332c337e4dfb3fc51778f6c7d5374d89f07e8d2f Mon Sep 17 00:00:00 2001 From: Clint Adams Date: Mon, 6 Oct 2008 21:01:14 +0000 Subject: 25818: compinstall data loss typo fix from Morita Sho. --- Completion/compinstall | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/compinstall') diff --git a/Completion/compinstall b/Completion/compinstall index 8149a1d55..c04543c57 100644 --- a/Completion/compinstall +++ b/Completion/compinstall @@ -125,7 +125,7 @@ in order not to use existing definitions." newifile=$PWD/$newifile print "[Not absolute path: updating to $newifile]" fi - [[ -z $newifile || ! -f $newfile ]] && foundold=false + [[ -z $newifile || ! -f $newifile ]] && foundold=false else print "I haven't found any existing completion definitions. If you have some already defined by compinstall, edit the name of the -- cgit 1.4.1