From eb396b58a709201e61daf2e381abecb411863b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 17 Feb 2013 21:43:52 +0200 Subject: cpio: Recognize pass thru when -p is bundled w/other options (RedHat: #912113). --- completions/cpio | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/completions/cpio b/completions/cpio index 7fbf08d1..d63d15a9 100644 --- a/completions/cpio +++ b/completions/cpio @@ -58,7 +58,7 @@ _cpio() -- "$cur" ) ) fi ;; - -p|--pass-through) + -p*|--pass-through) if [[ "$cur" == -* ]]; then COMPREPLY=( $( compgen -W '-0 -a -d -l -m -u -v -L -V -R --null --reset-access-time --make-directories --link -- cgit v1.2.1