about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTanaka Akira <akr@users.sourceforge.net>1999-04-24 03:12:59 +0000
committerTanaka Akira <akr@users.sourceforge.net>1999-04-24 03:12:59 +0000
commitecb717634fa6f3de5cbbf167b692d3a9479cf602 (patch)
tree21301aec7c76720488544ed7c1b05b673bcb4fdd
parent28cbc1ce8edd644e895faf408810e9ee3f75aa15 (diff)
downloadzsh-ecb717634fa6f3de5cbbf167b692d3a9479cf602.tar.gz
zsh-ecb717634fa6f3de5cbbf167b692d3a9479cf602.tar.xz
zsh-ecb717634fa6f3de5cbbf167b692d3a9479cf602.zip
Quote /.
-rw-r--r--Completion/User/_make2
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)"