From 28cbc1ce8edd644e895faf408810e9ee3f75aa15 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 23 Apr 1999 16:09:23 +0000 Subject: Add /dev/null to awk arguments. --- Completion/User/_make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Completion/User/_make b/Completion/User/_make index f950ad754..cfc38041c 100644 --- a/Completion/User/_make +++ b/Completion/User/_make @@ -1,3 +1,3 @@ -#compdef make gmake pmake +#defcomp make gmake pmake -compgen -s "\$(awk '/^[a-zA-Z0-9][^\/ ]+:/ {print \$1}' FS=: [mM]akefile)" +compgen -s "\$(awk '/^[a-zA-Z0-9][^/ ]+:/ {print \$1}' FS=: [mM]akefile /dev/null)" -- cgit 1.4.1