[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.0-130-geb396b5

Ville Skyttä ville.skytta at iki.fi
Sun Feb 17 19:46:00 UTC 2013


The following commit has been merged in the master branch:
commit eb396b58a709201e61daf2e381abecb411863b2a
Author: Ville Skyttä <ville.skytta at iki.fi>
Date:   Sun Feb 17 21:43:52 2013 +0200

    cpio: Recognize pass thru when -p is bundled w/other options (RedHat: #912113).

diff --git a/completions/cpio b/completions/cpio
index 7fbf08d..d63d15a 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

-- 
bash-completion



More information about the Bash-completion-commits mailing list