tcpdump: Fix -z full path arg completion.

This commit is contained in:
Ville Skyttä 2012-11-06 23:02:41 +02:00
parent b8cbf1ba94
commit f009a1bfca

View File

@ -24,6 +24,7 @@ _tcpdump()
return 0 return 0
;; ;;
-z) -z)
compopt -o filenames
COMPREPLY=( $( compgen -c -- "$cur" ) ) COMPREPLY=( $( compgen -c -- "$cur" ) )
return 0 return 0
;; ;;