From d6d4a3abfc84f0940e663cd69537789a039a7056 Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Mon, 19 Jul 1999 14:26:14 +0000 Subject: zsh-3.1.6-test-2 --- Completion/User/_make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/User/_make') diff --git a/Completion/User/_make b/Completion/User/_make index add58dbf0..7a19484f0 100644 --- a/Completion/User/_make +++ b/Completion/User/_make @@ -19,6 +19,6 @@ else fi [[ -n "$file" ]] && - compadd - $(awk '/^[a-zA-Z0-9][^/ ]+:/ {print $1}' FS=: $file) && ret=0 + compadd - $(awk '/^[a-zA-Z0-9][^\/ ]+:/ {print $1}' FS=: $file) && ret=0 (( ret )) && _files fi -- cgit 1.4.1