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:
parent
604ad64b48
commit
28cbc1ce8e
1 changed files with 2 additions and 2 deletions
|
@ -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)"
|
||||
|
|
Loading…
Reference in a new issue