diff options
author | Tanaka Akira <akr@users.sourceforge.net> | 1999-04-24 03:12:59 +0000 |
---|---|---|
committer | Tanaka Akira <akr@users.sourceforge.net> | 1999-04-24 03:12:59 +0000 |
commit | ecb717634fa6f3de5cbbf167b692d3a9479cf602 (patch) | |
tree | 21301aec7c76720488544ed7c1b05b673bcb4fdd | |
parent | 28cbc1ce8edd644e895faf408810e9ee3f75aa15 (diff) | |
download | zsh-ecb717634fa6f3de5cbbf167b692d3a9479cf602.tar.gz zsh-ecb717634fa6f3de5cbbf167b692d3a9479cf602.tar.xz zsh-ecb717634fa6f3de5cbbf167b692d3a9479cf602.zip |
Quote /.
-rw-r--r-- | Completion/User/_make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Completion/User/_make b/Completion/User/_make index cfc38041c..970a5db73 100644 --- a/Completion/User/_make +++ b/Completion/User/_make @@ -1,3 +1,3 @@ #defcomp make gmake pmake -compgen -s "\$(awk '/^[a-zA-Z0-9][^/ ]+:/ {print \$1}' FS=: [mM]akefile /dev/null)" +compgen -s "\$(awk '/^[a-zA-Z0-9][^\/ ]+:/ {print \$1}' FS=: [mM]akefile /dev/null)" |