[Bash-completion-commits] [SCM] bash-completion branch, master, updated. 2.0-72-gc6f6080
Ville Skyttä
ville.skytta at iki.fi
Tue Nov 6 21:03:40 UTC 2012
The following commit has been merged in the master branch:
commit f009a1bfca25e262a68bbe52520bf91531ae6773
Author: Ville Skyttä <ville.skytta at iki.fi>
Date: Tue Nov 6 23:02:41 2012 +0200
tcpdump: Fix -z full path arg completion.
diff --git a/completions/tcpdump b/completions/tcpdump
index 8fe4ed6..7b4b4ea 100644
--- a/completions/tcpdump
+++ b/completions/tcpdump
@@ -24,6 +24,7 @@ _tcpdump()
return 0
;;
-z)
+ compopt -o filenames
COMPREPLY=( $( compgen -c -- "$cur" ) )
return 0
;;
--
bash-completion
More information about the Bash-completion-commits
mailing list