From 9dd5252c9fcdb22c1246c8a8943083e0317fdc2e Mon Sep 17 00:00:00 2001 From: Wayne Davison Date: Wed, 18 Aug 2004 17:10:27 +0000 Subject: Don't output make targets all clumped into a single string when useperl is enabled. --- Completion/Unix/Command/_make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_make') diff --git a/Completion/Unix/Command/_make b/Completion/Unix/Command/_make index 07a80a96e..bbc757fbd 100644 --- a/Completion/Unix/Command/_make +++ b/Completion/Unix/Command/_make @@ -35,7 +35,7 @@ else elif [[ -n $useperl ]]; then tmp=( $(perl -ne '@matches = /^(?:([a-zA-Z0-9]+[^\/\t=\s]+)\s*)+:/ and - print join(" ", @matches); + print join(" ", @matches), "\n"; if (/^\.include\s+\/ || /^\.include\s+\".*mk\/bsd\.pkg\.(subdir\.)?mk\"/) { print "fetch fetch-list extract patch configure build install reinstall deinstall package describe checkpatch checksum makesum\n"; -- cgit v1.2.3