From 68cc8e37e3400872ff348a4dcbddda5176fe26de Mon Sep 17 00:00:00 2001 From: Tanaka Akira Date: Fri, 13 Aug 1999 00:41:33 +0000 Subject: manual/7428 --- Completion/User/_pbm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/User/_pbm') diff --git a/Completion/User/_pbm b/Completion/User/_pbm index 5ee328cd9..9bcbef933 100644 --- a/Completion/User/_pbm +++ b/Completion/User/_pbm @@ -116,7 +116,7 @@ if (( $#opts )); then # colon-separated list of words. We just execute this list of words # as a command with its arguments. - if [[ "$after" = *:* ]]; then + if [[ "$opts[$after]" = *:* ]]; then after="${${opts[after]#*:}//:/ }" [[ -z "$after" ]] || $=after fi -- cgit 1.4.1