1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-06-19 09:48:03 +02:00

Add /dev/null to awk arguments.

This commit is contained in:
Tanaka Akira 1999-04-23 16:09:23 +00:00
parent 604ad64b48
commit 28cbc1ce8e

View file

@ -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)"