From d7822305b4a20ba09ef0c9eb0c6c9bf697c1ee87 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 16 Jan 2002 16:29:51 +0000 Subject: 16461: a number of minor completion function updates --- Completion/Unix/Command/_cpio | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Completion/Unix/Command/_cpio') diff --git a/Completion/Unix/Command/_cpio b/Completion/Unix/Command/_cpio index 4cccbe609..61c4d76ac 100644 --- a/Completion/Unix/Command/_cpio +++ b/Completion/Unix/Command/_cpio @@ -2,7 +2,7 @@ (( $+_is_gnu )) || typeset -gA _is_gnu -local cmd=$service args ig context curcontext="$curcontext" state line opt_args +local cmd=$service args ig curcontext="$curcontext" state line local expl ret local fmts='(bar bin odc newc crc tar ustar hpbin hpodc)' @@ -114,7 +114,7 @@ else fi ret=1 -_arguments -s "$args[@]" && ret=0 +_arguments -C -s "$args[@]" && ret=0 if [[ $state = afile ]]; then if compset -P '*:'; then -- cgit 1.4.1