about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-04-23 16:09:23 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-04-23 16:09:23 +0000
commit28cbc1ce8edd644e895faf408810e9ee3f75aa15 (patch)
treec66a36efed7d5f9966b9c45ea701444fb9f24159
parent604ad64b4865332cd08cca15e2d54baf5c59f8dd (diff)
downloadzsh-28cbc1ce8edd644e895faf408810e9ee3f75aa15.tar.gz
zsh-28cbc1ce8edd644e895faf408810e9ee3f75aa15.tar.xz
zsh-28cbc1ce8edd644e895faf408810e9ee3f75aa15.zip
Add /dev/null to awk arguments.
-rw-r--r--Completion/User/_make4
1 files 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)"