cpio: Recognize pass thru when -p is bundled w/other options (RedHat: #912113).
This commit is contained in:
parent
e1a075971d
commit
eb396b58a7
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user