From 5fd16e59db40ae92a0abf4c2681ef9661f2bbba9 Mon Sep 17 00:00:00 2001 From: Mikael Magnusson Date: Tue, 24 May 2011 01:48:12 +0000 Subject: 29364: partial fix for make completion in dirs with spaces. --- Completion/Unix/Command/_make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command') diff --git a/Completion/Unix/Command/_make b/Completion/Unix/Command/_make index 322414b4b..ab22551ed 100644 --- a/Completion/Unix/Command/_make +++ b/Completion/Unix/Command/_make @@ -173,7 +173,7 @@ else [[ -r $file ]] || file= else local basedir - basedir=${(q)$(_make-findBasedir $words)} + basedir=${$(_make-findBasedir $words)} if [[ $is_gnu == gnu && -r $basedir/GNUmakefile ]] then file=$basedir/GNUmakefile -- cgit 1.4.1