Skip to content

Commit

Permalink
cpio: Recognize pass thru when -p is bundled w/other options (RedHat:…
Browse files Browse the repository at this point in the history
… #912113).
  • Loading branch information
scop committed Feb 17, 2013
1 parent e1a0759 commit eb396b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion completions/cpio
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit eb396b5

Please sign in to comment.