From 2778fc5d7a1bf974147ee7e9b116adac97e20eea Mon Sep 17 00:00:00 2001 From: Stephane Chazelas Date: Thu, 8 Jun 2023 15:25:13 +0900 Subject: 51817: protect ':' in _rcctl This was in 51817 but missed in commit 0577daf. Also remove _ant.rej that was added by the commit. --- Completion/BSD/Command/_rcctl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/BSD') diff --git a/Completion/BSD/Command/_rcctl b/Completion/BSD/Command/_rcctl index 98e4f9846..457c3eb85 100644 --- a/Completion/BSD/Command/_rcctl +++ b/Completion/BSD/Command/_rcctl @@ -46,6 +46,6 @@ case $service in '*:argument:' ;; ${(~j:|:)actions}|disable|enable) - _arguments "*:service to $words[2]:_services" + _arguments "*:service to ${words[2]}:_services" ;; esac -- cgit 1.4.1