From ecb717634fa6f3de5cbbf167b692d3a9479cf602 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Sat, 24 Apr 1999 03:12:59 +0000 Subject: Quote /. --- Completion/User/_make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)" -- cgit 1.4.1